From a42ea8483375ba7ef0a5608bd528a375e409968e Mon Sep 17 00:00:00 2001 From: acki Date: Mon, 6 Oct 2025 17:56:07 +0200 Subject: [PATCH] add new playmat --- src/modelec_core/CMakeLists.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/modelec_core/CMakeLists.txt b/src/modelec_core/CMakeLists.txt index 9e4ad36..c8a5020 100644 --- a/src/modelec_core/CMakeLists.txt +++ b/src/modelec_core/CMakeLists.txt @@ -26,14 +26,14 @@ if(BUILD_TESTING) endif() # Install targets -install(TARGETS - DESTINATION lib/${PROJECT_NAME} -) +#install(TARGETS +# DESTINATION lib/${PROJECT_NAME} +#) # Install include files -install(DIRECTORY include/ - DESTINATION include/ -) +#install(DIRECTORY include/ +# DESTINATION include/ +#) install( DIRECTORY config description launch worlds