add_executable(CreatePRCCubes) target_include_directories(CreatePRCCubes PRIVATE ./) target_link_libraries(CreatePRCCubes PRIVATE hoops_samples) set(_srcs CreatePRCCubes.cpp CreatePRCCubesDef.cpp CreatePRCCubesDef.h CreateTessellatedCubes.cpp CreateTessellatedCubes.h CreateModelFile.cpp CreateModelFile.h modules/CreateGraphics.cpp modules/CreateGraphics.h modules/CreateLinkedItem.cpp modules/CreateLinkedItem.h modules/CreateMarkups.cpp modules/CreateMarkups.h modules/CreateTextures.cpp modules/CreateTextures.h modules/CreateViews.cpp modules/CreateViews.h tessellation_wrapper/HXWBasicTessellation.cpp tessellation_wrapper/HXWBasicTessellation.h tessellation_wrapper/HXWMarkupTessellation.cpp tessellation_wrapper/HXWMarkupTessellation.h tessellation_wrapper/HXWEntity.cpp tessellation_wrapper/HXWEntity.h) target_sources(CreatePRCCubes PRIVATE ${_srcs}) source_group(TREE "${CMAKE_CURRENT_SOURCE_DIR}" FILES ${_srcs})