# all.cmake -- # # Copyright (c) 2016 LIG/IIHM, University of Grenoble # # See the file "gil_LicenseTerms.txt" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # # Created on June 26th, 2016 (FB) Std_Header() # Execute only once if(NOT ALL_ONCE) set(ALL_ONCE 1) set(SAVED_CUR ${CUR_DIR}) Indent_Include("${CUR_DIR}/../cmake_defs/platform_defs.cmake") Indent_Include("${CUR_DIR}/../cmake_defs/pwimp_paths.cmake") Define_Project_If_Needed("postwimp") Indent_Include("${SAVED_CUR}/grabber_minimal.cmake") Indent_Include("${SAVED_CUR}/grabber_osg.cmake") Indent_Include("${SAVED_CUR}/optitrack_minimal.cmake") Indent_Include("${SAVED_CUR}/optitrack_osg.cmake") Indent_Include("${SAVED_CUR}/nvst_minimal.cmake") add_custom_target(gilpw_examples_all ALL) endif(NOT ALL_ONCE)