mirror of
https://github.com/mborgerding/kissfft.git
synced 2026-02-26 00:43:04 -05:00
13 lines
314 B
CMake
13 lines
314 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)
|