Skip to content

Commit b21562c

Browse files
committed
[REFACT] Moved injector from tests to main project
1 parent e5694a8 commit b21562c

File tree

6 files changed

+1
-1
lines changed

6 files changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ set ( PECONV_LIB $<TARGET_FILE:libpeconv> CACHE FILE "PEConvLib library path" )
1818
#
1919
add_subdirectory ( pe2shc )
2020
add_subdirectory ( runshc )
21+
add_subdirectory ( injector )
2122

2223
# Setup testing
2324
if(PE2SHC_BUILD_TESTING)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

tests/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ set(CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE} /MT")
66
#add the application that will be used for tests:
77
add_subdirectory ( test_case1 )
88
add_subdirectory ( dpc_test )
9-
add_subdirectory ( injector )
109

1110
enable_testing()
1211

0 commit comments

Comments
 (0)