Skip to content

Commit 1455ae7

Browse files
Sebastian Kreutzersebastiankreutzer
authored andcommitted
Fix cage test cmake formatting
1 parent f49d262 commit 1455ae7

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

tools/cage/src/CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
include(AddLLVM)
2-
#add_library(cage-plugin MODULE Plugin.cpp)
2+
33
add_llvm_pass_plugin(cage-plugin Plugin.cpp)
44
target_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}>)
65
target_link_libraries(cage-plugin PRIVATE cage)
76

87
add_subdirectory(generator)

tools/cage/test/CMakeLists.txt

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
set(METACG_CONFIG "${CMAKE_BINARY_DIR}/utils/config/metacg-config")
22
set(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+
)

0 commit comments

Comments
 (0)