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 b02072c commit b925152Copy full SHA for b925152
geometry/CMakeLists.txt
@@ -1,7 +1,7 @@
1
# If necessary, use the RELATIVE flag, otherwise each source file may be listed
2
# with full pathname. RELATIVE may makes it easier to extract an executable name
3
# automatically.
4
-file( GLOB APP_SOURCES RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.c )
+file( GLOB APP_SOURCES RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.c)
5
# file( GLOB APP_SOURCES ${CMAKE_SOURCE_DIR}/*.c )
6
# AUX_SOURCE_DIRECTORY(${CMAKE_CURRENT_SOURCE_DIR} APP_SOURCES)
7
foreach( testsourcefile ${APP_SOURCES} )
0 commit comments