mirror of
https://github.com/google/cpu_features.git
synced 2025-04-27 15:12:30 +02:00
add BUNDLE DESTINATION (#177)
required for installation of executable target if cross-build to iOS/tvOS/watchOS see https://cmake.org/cmake/help/latest/policy/CMP0006.html
This commit is contained in:
parent
f70dc46cd5
commit
2939ece4d2
@ -230,6 +230,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::
|
||||
|
Loading…
x
Reference in New Issue
Block a user