7 lines
113 B
CMake
7 lines
113 B
CMake
if(BUILD_DEMO_VIEWER)
|
|
add_subdirectory(viewer)
|
|
endif()
|
|
|
|
if(BUILD_DEMO_CPP)
|
|
add_subdirectory(c++)
|
|
endif()
|