Skip to content

Commit

Permalink
Explicitly add atomic library
Browse files Browse the repository at this point in the history
  • Loading branch information
SimulPiscator committed Sep 4, 2024
1 parent e129c7d commit 63003e7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ endif()

if(APPLE)
include_directories(
/opt/local/include
/opt/local/include
/opt/homebrew/include
/usr/local/include
)
Expand Down Expand Up @@ -101,6 +101,7 @@ target_link_libraries(
png
${ZEROCONF_LIBS}
usb
atomic
)
else()
target_link_libraries(
Expand All @@ -111,6 +112,7 @@ target_link_libraries(
png
${ZEROCONF_LIBS}
usb-1.0
atomic
)
endif()

Expand Down

0 comments on commit 63003e7

Please sign in to comment.