diff options
Diffstat (limited to 'Tests/SimpleExclude/dirD/CMakeLists.txt')
-rw-r--r-- | Tests/SimpleExclude/dirD/CMakeLists.txt | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Tests/SimpleExclude/dirD/CMakeLists.txt b/Tests/SimpleExclude/dirD/CMakeLists.txt deleted file mode 100644 index 44b8c27..0000000 --- a/Tests/SimpleExclude/dirD/CMakeLists.txt +++ /dev/null @@ -1,7 +0,0 @@ -add_library(t8 STATIC t8.c) - -add_executable(t9 t9.c) -target_link_libraries(t9 t7) - -add_custom_target(t4_custom ALL) -add_dependencies(t4_custom t4) |