File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11include (AddLLVM)
2- #add_library(cage-plugin MODULE Plugin.cpp)
2+
33add_llvm_pass_plugin(cage-plugin Plugin.cpp)
44target_include_directories (cage-plugin PRIVATE $<BUILD_INTERFACE:${PROJECT_SOURCE_DIR} /tools/cage/include >)
5- #target_include_directories(cage-plugin PRIVATE $<BUILD_INTERFACE:${LLVM_INCLUDE_DIRS}>)
65target_link_libraries (cage-plugin PRIVATE cage)
76
87add_subdirectory (generator)
Original file line number Diff line number Diff line change 11set (METACG_CONFIG "${CMAKE_BINARY_DIR} /utils/config/metacg-config" )
22set (TEST_SRC_DIR "${CMAKE_CURRENT_SOURCE_DIR} " )
33
4-
5- configure_file (runCaGeTests.sh.in
6- ${CMAKE_CURRENT_BINARY_DIR} /runCaGeTests.sh
7- @ONLY)
4+ configure_file (
5+ runCaGeTests.sh.in
6+ ${CMAKE_CURRENT_BINARY_DIR} /runCaGeTests.sh
7+ @ONLY
8+ )
You can’t perform that action at this time.
0 commit comments