Skip to content

Commit

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

set_target_properties(apogee PROPERTIES VERSION ${APOGEE_VERSION} SOVERSION ${APOGEE_SOVERSION})

target_include_directories(apogee PRIVATE ${USB1_INCLUDE_DIRS})
target_link_libraries(apogee ${USB1_LIBRARIES} ${CURL})

install(TARGETS apogee LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR})
Expand Down

0 comments on commit 0ff3a14

Please sign in to comment.