[717926]: / CPP / CMakeLists.txt

Download this file

12 lines (8 with data), 330 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
cmake_minimum_required(VERSION 3.0)
project(MuscleForceDirection VERSION 1.0.0)
if(UNIX AND NOT CMAKE_BUILD_TYPE)
set(CMAKE_BUILD_TYPE RelWithDebInfo CACHE STRING "Choose the build type" FORCE)
endif()
# compilation database (completion for Linux)
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
add_subdirectory(MuscleForceDirection)