6 lines
184 B
CMake
6 lines
184 B
CMake
add_executable(PRC2IFCXML)
|
|
target_include_directories(PRC2IFCXML PRIVATE ./)
|
|
target_link_libraries(PRC2IFCXML PRIVATE hoops_samples)
|
|
|
|
|
|
target_sources(PRC2IFCXML PRIVATE PRC2IFCXML.cpp) |