Fix GCC build problem with 288f05f related to SmallVector. (#116958)
[llvm-project.git] / mlir / examples / standalone / standalone-plugin / CMakeLists.txt
blob16ac0ccf744592a58052ee98e9d9fc19c649c64b
1 add_llvm_library(StandalonePlugin
2         # BUILDTREE_ONLY is only for testing purposes
3         MODULE BUILDTREE_ONLY
4         standalone-plugin.cpp
6         DEPENDS
7         MLIRStandalone
8         PLUGIN_TOOL
9         mlir-opt
11         LINK_LIBS
12         MLIRStandalone
13         )
14 target_include_directories(
15         StandalonePlugin
16         PRIVATE
17         "${STANDALONE_BINARY_DIR}/include"