Prepare test binary

This commit is contained in:
momo5502
2024-10-24 20:34:18 +02:00
parent ff9b94e20f
commit 2c9718ce3f
3 changed files with 119 additions and 0 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})