Thanks to visit codestin.com Credit goes to github.com
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 002bf5e commit 49cd583Copy full SHA for 49cd583
cncvis/CMakeLists.txt
@@ -32,14 +32,14 @@ include_directories(
32
${TGL_DIR}/include
33
${STLIO_DIR}/include
34
${STB_DIR}
35
- ${CMAKE_SOURCE_DIR} # Include current directory for utils.h, etc.
+ ${CMAKE_SOURCE_DIR}/src # Updated to include the src folder
36
)
37
38
# =============================================================================
39
# SOURCE FILES
40
41
42
-# Additional application sources (replace main.c with utils, actor, etc.)
+# Additional application sources (with corrected paths)
43
set(ADDITIONAL_SRC
44
${CMAKE_SOURCE_DIR}/utils.c
45
${CMAKE_SOURCE_DIR}/actor.c
0 commit comments