Move samples into subdirectory

This commit is contained in:
momo5502
2025-01-20 19:53:57 +01:00
parent 5f0c9adec8
commit 5ce3db6d35
7 changed files with 7 additions and 9 deletions

View File

@@ -0,0 +1,11 @@
file(GLOB_RECURSE SRC_FILES CONFIGURE_DEPENDS
*.cpp
*.hpp
*.rc
)
list(SORT SRC_FILES)
add_executable(test-sample ${SRC_FILES})
momo_assign_source_group(${SRC_FILES})