We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfdbec8 commit 48812c0Copy full SHA for 48812c0
test/CMakeLists.txt
@@ -32,7 +32,7 @@ endif()
32
33
# add as executable all cpp files into '.' folder
34
file(GLOB TEST_SOURCES "*.cpp")
35
-file(GLOB SRC_SOURCES "../src/dsm/sources/*.cpp", "../src/dsm/utility/*.cpp")
+file(GLOB SRC_SOURCES "../src/dsm/sources/*.cpp" "../src/dsm/utility/*.cpp")
36
list(APPEND SOURCES ${TEST_SOURCES} ${SRC_SOURCES})
37
38
# Define the executable
0 commit comments