Initial commit
This commit is contained in:
8
example_module/CMakeLists.txt
Normal file
8
example_module/CMakeLists.txt
Normal 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()
|
||||
Reference in New Issue
Block a user