Skip to content

Commit

Permalink
fix cmake script for install
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangjipeng committed Sep 13, 2024
1 parent 7867ed9 commit cba72bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/src.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ endif()

add_definitions(-DEXPORT)
add_library(${LIB_NAME} ${SOURCES})
install(TARGETS ${LIB_NAME} LIBRARY DESTINATION lib ARCHIVE DESTINATION lib)
install(TARGETS ${LIB_NAME} LIBRARY DESTINATION lib ARCHIVE DESTINATION lib RUNTIME DESTINATION bin)

if (UNIX AND NOT APPLE)
find_package(Freetype REQUIRED)
Expand Down

0 comments on commit cba72bd

Please sign in to comment.