mirror of
https://github.com/mborgerding/kissfft.git
synced 2025-05-27 21:20:27 -04:00
13 lines
315 B
CMake
13 lines
315 B
CMake
@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)
|