# optitrack_minimal.cmake -- # # Copyright (c) 2014-2016 LIG/IIHM, University of Grenoble Alpes # # See the file "gil_LicenseTerms.txt" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # # Created on Oct. 29th, 2014 (FB) Std_Header() # Execute only once if(NOT OPTITRACK_MINIMAL_ONCE) set(OPTITRACK_MINIMAL_ONCE 1) Indent_Include("${CUR_DIR}/../cmake_defs/platform_defs.cmake") Indent_Include("${CUR_DIR}/../cmake_defs/pwimp_paths.cmake") Define_Project_If_Needed("postwimp") set(OPTITRACK_MINIMAL_TARGET_NAME "optitrack_minimal") set(TARGET_NAME ${OPTITRACK_MINIMAL_TARGET_NAME}) add_executable(${TARGET_NAME} "${PWIMP_ROOT}/examples/optitrack_minimal/optitrack_minimal.cpp") Indent_Include("${CUR_DIR}/../cmake_defs/pwimp_use_gilpw.cmake") endif(NOT OPTITRACK_MINIMAL_ONCE)