sof/tools/topology/CMakeLists.txt

7 lines
170 B
CMake

set(SOF_TOPOLOGY_BINARY_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}")
add_custom_target(topologies ALL)
add_dependencies(topologies topologies1)
add_subdirectory(topology1)