Initial commit

This commit is contained in:
Jaka Mohorko
2025-01-22 13:32:50 +01:00
commit 60daee2a73
24 changed files with 1084 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
get_current_folder_name(TARGET_FOLDER_NAME)
project(ExampleModule VERSION 1.0.0 LANGUAGES CXX)
add_subdirectory(src)
if (EXAMPLE_MODULE_ENABLE_TESTS)
add_subdirectory(tests)
endif()