mirror of
https://github.com/mborgerding/kissfft.git
synced 2025-07-22 15:04:25 -04:00
Build tools + tests with cmake + add VERSION + parallel install
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
|
||||
# Load information for all configured kissfft
|
||||
get_filename_component(_DIR "${CMAKE_CURRENT_LIST_FILE}" PATH)
|
||||
file(GLOB CONFIG_FILES "${_DIR}/kissfft*-targets.cmake")
|
||||
file(GLOB CONFIG_FILES "${_DIR}/kissfft-*-targets.cmake")
|
||||
foreach(f ${CONFIG_FILES})
|
||||
include(${f})
|
||||
endforeach()
|
||||
|
Reference in New Issue
Block a user