ICT290 / res / models / off / CMakeLists.txt
CMakeLists.txt
Raw
# OFF
file(GLOB OFFmodels CONFIGURE_DEPENDS "*.off")
file(COPY ${OFFmodels} DESTINATION ${CMAKE_BINARY_DIR}/res/models/off)