mirror of
https://github.com/mborgerding/kissfft.git
synced 2026-08-30 22:07:01 -04:00
cmake more work
This commit is contained in:
@@ -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