Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 49cd583

Browse files
committed
Update CMakeLists.txt
1 parent 002bf5e commit 49cd583

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cncvis/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@ include_directories(
3232
${TGL_DIR}/include
3333
${STLIO_DIR}/include
3434
${STB_DIR}
35-
${CMAKE_SOURCE_DIR} # Include current directory for utils.h, etc.
35+
${CMAKE_SOURCE_DIR}/src # Updated to include the src folder
3636
)
3737

3838
# =============================================================================
3939
# SOURCE FILES
4040
# =============================================================================
4141

42-
# Additional application sources (replace main.c with utils, actor, etc.)
42+
# Additional application sources (with corrected paths)
4343
set(ADDITIONAL_SRC
4444
${CMAKE_SOURCE_DIR}/utils.c
4545
${CMAKE_SOURCE_DIR}/actor.c

0 commit comments

Comments
 (0)