mirror of
https://github.com/mborgerding/kissfft.git
synced 2025-07-22 06:54:23 -04:00
cmake more work
This commit is contained in:
12
kissfft-config.cmake.in
Normal file
12
kissfft-config.cmake.in
Normal 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)
|
Reference in New Issue
Block a user