Files
igl/tutorial/406_FastAutomaticSkinningTransformations/CMakeLists.txt
T
2014-06-30 23:09:33 -04:00

12 lines
294 B
CMake

cmake_minimum_required(VERSION 2.6)
project(406_FastAutomaticSkinningTransformations)
include("../CMakeLists.shared")
set(SOURCES
${PROJECT_SOURCE_DIR}/main.cpp
)
add_executable(${PROJECT_NAME}_bin ${SOURCES} ${SHARED_SOURCES})
target_link_libraries(${PROJECT_NAME}_bin ${SHARED_LIBRARIES})