Use find_package COMPONENTS to select shared/static + datatype

This commit is contained in:
Anonymous Maarten
2020-10-30 17:57:05 +01:00
parent 2d5de8378c
commit 1487038a8a
3 changed files with 87 additions and 14 deletions

View File

@ -14,5 +14,5 @@ if(NOT KISSFFT_DATATYPE MATCHES "simd")
target_link_libraries(psdpng PRIVATE PkgConfig::libpng)
endif()
#dumphdr.c is not available
#FIXME: dumphdr.c is not available
#add_kissfft_executable(dumphdr dumphdr.c)