Skip to content

Commit

Permalink
Export libeuicc all symbols (#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShiinaSekiu authored Dec 6, 2024
1 parent 1f94717 commit 79034c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions euicc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ if(LPAC_DYNAMIC_LIBEUICC)
endif()
endforeach()
set_target_properties(euicc PROPERTIES PUBLIC_HEADER "${ALL_HEADERS}")
set_target_properties(euicc PROPERTIES LINK_FLAGS "-Wl,--export-all-symbols")
# Install a pkg-config file
configure_file(libeuicc.pc.in libeuicc.pc @ONLY)
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/libeuicc.pc DESTINATION ${CMAKE_INSTALL_LIBDIR}/pkgconfig)
Expand Down

0 comments on commit 79034c6

Please sign in to comment.