Skip to content

Commit

Permalink
fix(cmake): duplicate libraries on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
damonto committed Mar 21, 2024
1 parent 41697ab commit 596e78b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ aux_source_directory(${CMAKE_CURRENT_SOURCE_DIR}/applet/notification DIR_LPAC_SR
aux_source_directory(${CMAKE_CURRENT_SOURCE_DIR}/applet/profile DIR_LPAC_SRCS)

add_executable(lpac ${DIR_LPAC_SRCS})
target_link_libraries(lpac euicc euicc-drivers)
target_link_libraries(lpac euicc-drivers)
target_include_directories(lpac PUBLIC $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}>)

find_package(Git)
Expand Down

0 comments on commit 596e78b

Please sign in to comment.