Files
Jaka Mohorko 60daee2a73 Initial commit
2025-01-22 14:36:53 +01:00

9 lines
188 B
CMake

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()