5 lines
68 B
CMake
5 lines
68 B
CMake
|
|
if (BUILD_QDS_COMPONENTS)
|
|
add_subdirectory(Components)
|
|
endif()
|
|
|
if (BUILD_QDS_COMPONENTS)
|
|
add_subdirectory(Components)
|
|
endif()
|