CMakeLists.txt 174 B

123
  1. add_executable(skeletal_animation_sample Main.cpp ../common/Framework.cpp)
  2. target_link_libraries(skeletal_animation_sample anki)
  3. installExecutable(skeletal_animation_sample)