Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
TareHimself authored Sep 29, 2024
1 parent 6b8f478 commit d5bce0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions prj/cmake/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -179,11 +179,11 @@ endif()
if(SIMD_INSTALL)
file(GLOB_RECURSE SIMD_LIB_HPP ${SIMD_ROOT}/src/Simd/Simd*.hpp)
set_target_properties(Simd PROPERTIES PUBLIC_HEADER "${SIMD_ROOT}/src/Simd/SimdLib.h;${SIMD_LIB_HPP}")
install(TARGETS Simd EXPORT simdtargets
install(TARGETS Simd EXPORT simdConfig
LIBRARY DESTINATION "lib"
ARCHIVE DESTINATION "lib"
PUBLIC_HEADER DESTINATION "include/Simd")
install(EXPORT simdtargets DESTINATION share/simd)
install(EXPORT simdConfig DESTINATION share/simd)
endif()

if(SIMD_UNINSTALL)
Expand Down

0 comments on commit d5bce0b

Please sign in to comment.