diff options
| author | Tyge Løvset <[email protected]> | 2023-03-01 14:54:36 +0100 |
|---|---|---|
| committer | Tyge Løvset <[email protected]> | 2023-03-01 14:54:36 +0100 |
| commit | a203314647b5c37c7e40230551457f006ff36cd5 (patch) | |
| tree | 3d8b9b29595577bee0926434820d602a29487ea3 /CMakeLists.txt | |
| parent | 78a7e85535fd02e643bf98103223d4218e80133f (diff) | |
| download | STC-modified-a203314647b5c37c7e40230551457f006ff36cd5.tar.gz STC-modified-a203314647b5c37c7e40230551457f006ff36cd5.zip | |
Reverted example moves.
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index b86c1879..87662318 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ endif() include(CTest) if(BUILD_TESTING) - file(GLOB_RECURSE examples misc/examples/*.c) + file(GLOB examples misc/examples/*.c) foreach(file IN LISTS examples) get_filename_component(name "${file}" NAME_WE) add_executable(${name} ${file}) |
