skullc-peripherals/skullc-config.cmake
Erki 9820816d06
All checks were successful
continuous-integration/drone/push Build is passing
Make the project use cmake components
2021-03-28 18:18:27 +03:00

3 lines
129 B
CMake

foreach(component ${skullc_FIND_COMPONENTS})
include(${CMAKE_CURRENT_LIST_DIR}/skullc-${component}-config.cmake)
endforeach()