Build tools + tests with cmake + add VERSION + parallel install

This commit is contained in:
Anonymous Maarten
2020-10-30 02:26:37 +01:00
parent 609845bc9e
commit a63dfc7f11
6 changed files with 148 additions and 21 deletions

View File

@ -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()