cmake more work

This commit is contained in:
Anonymous Maarten
2020-10-29 23:23:50 +01:00
parent 5c708d85db
commit 609845bc9e
2 changed files with 70 additions and 8 deletions

12
kissfft-config.cmake.in Normal file
View File

@ -0,0 +1,12 @@
@PACKAGE_INIT@
# Load information for all configured kissfft
get_filename_component(_DIR "${CMAKE_CURRENT_LIST_FILE}" PATH)
file(GLOB CONFIG_FILES "${_DIR}/kissfft*-targets.cmake")
foreach(f ${CONFIG_FILES})
include(${f})
endforeach()
set(KISSFFT_VERSION @kissfft_VERSION@)
check_required_components(kissfft)