diff options
author | Sven Göthel <[email protected]> | 2024-10-13 07:05:22 +0200 |
---|---|---|
committer | Sven Göthel <[email protected]> | 2024-10-13 07:05:22 +0200 |
commit | 336104a059b659cb523a2f5f79f8bb27d775c912 (patch) | |
tree | 80e8d88bec50e6e7bf70eca0adb71e9860a8617d /src/CMakeLists.txt | |
parent | bd73a3b866afa7657978845b7911809c3f5c4d3b (diff) |
Add cs0104_lesson_01.cpp ..
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index de97e60..ab8da60 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -3,7 +3,7 @@ include_directories( ) # These examples use the standard separate compilation -file(GLOB_RECURSE SOURCES_IDIOMATIC_EXAMPLES RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} "lesson*.cpp" "example*.cpp") +file(GLOB_RECURSE SOURCES_IDIOMATIC_EXAMPLES RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} "lesson*.cpp" "cs*lesson*.cpp" "example*.cpp") string( REPLACE ".cpp" "" BASENAMES_IDIOMATIC_EXAMPLES "${SOURCES_IDIOMATIC_EXAMPLES}" ) |