add_executable(DemoDataModel) target_include_directories(DemoDataModel PRIVATE ./) target_link_libraries(DemoDataModel PRIVATE hoops::samples) target_sources(DemoDataModel PRIVATE DemoDataModel.cpp DemoDataModelData.cpp )