1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-06-22 21:13:15 +00:00

cpufeatures: add BUNDLE DESTINATION

This commit is contained in:
Carles Fernandez 2021-10-25 15:06:16 +02:00
parent 80fc676995
commit 47838a025b
No known key found for this signature in database
GPG Key ID: 4C583C52B0C3877D

View File

@ -237,6 +237,7 @@ install(TARGETS cpu_features list_cpu_features
ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}
LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
BUNDLE DESTINATION ${CMAKE_INSTALL_BINDIR}
)
install(EXPORT CpuFeaturesTargets
NAMESPACE CpuFeatures::