CMakeLists.txt 236 B

12345678
  1. cmake_minimum_required (VERSION 2.8)
  2. set (SIM_NAME "sensorycancel")
  3. set (VERSION_FILE "version.h")
  4. add_executable("${SIM_NAME}" "${SIM_NAME}.cpp")
  5. target_link_libraries("${SIM_NAME}" csim)
  6. INSTALL_SIM("${SIM_NAME}" "bin/${SIM_NAME}")