6 lines
157 B
CMake
6 lines
157 B
CMake
|
add_library(foo INTERFACE)
|
||
|
export(TARGETS foo FILE foo.cmake)
|
||
|
export(TARGETS foo FILE foo.cmake)
|
||
|
add_subdirectory(Repeat)
|
||
|
include(CMakePackageConfigHelpers)
|