Stopped using GLOB in CMakeLists.txt
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
# Creates the binary to run the tests #
|
||||
file (GLOB TestSources src/*.cpp inc/*.h)
|
||||
add_executable(LXC_Tests ${TestSources})
|
||||
add_executable(LXC_Test
|
||||
src/LexerTests.cpp
|
||||
)
|
||||
|
||||
# Creates the shared precompiled header #
|
||||
target_include_directories(LXC_Tests PRIVATE ${CMAKE_SOURCE_DIR}/common)
|
||||
|
||||
Reference in New Issue
Block a user