5 lines
91 B
CMake
5 lines
91 B
CMake
if(BUILD_EXPERIMENTAL_PLUGINS)
|
|
add_subdirectory(sai)
|
|
endif()
|
|
add_subdirectory(svg)
|