add_executable(CreatePRCCubesPublish) target_include_directories(CreatePRCCubesPublish PRIVATE ./ tessellation_wrapper) target_link_libraries(CreatePRCCubesPublish PRIVATE hoops::samples) set(_srcs CreateModelFile.cpp CreateModelFile.h CreatePRCCubes.cpp CreatePRCCubesDef.cpp CreatePRCCubesDef.h CreateTessellatedCubes.cpp CreateTessellatedCubes.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(CreatePRCCubesPublish PRIVATE ${_srcs}) source_group(TREE "${CMAKE_CURRENT_SOURCE_DIR}" FILES ${_srcs})