Skip to content

Commit

Permalink
fix(libfishcamp): fix usb include location of macos.
Browse files Browse the repository at this point in the history
  • Loading branch information
TallFurryMan committed Aug 31, 2024
1 parent bd3871f commit fccdbbb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libfishcamp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ ADD_LIBRARY(fishcamp SHARED ${fishcamp_LIB_SRCS})

set_target_properties(fishcamp PROPERTIES VERSION ${LIBFISHCAMP_VERSION} SOVERSION ${LIBFISHCAMP_SOVERSION})

target_include_directories(fishcamp PRIVATE ${USB1_INCLUDE_DIRS})
target_link_libraries(fishcamp ${USB1_LIBRARIES})

INSTALL(FILES fishcamp.h fishcamp_common.h DESTINATION include/libfishcamp)
Expand Down

0 comments on commit fccdbbb

Please sign in to comment.