Skip to content

Commit

Permalink
Fixed installation position of wrappers
Browse files Browse the repository at this point in the history
  • Loading branch information
pbosetti committed Jun 14, 2021
1 parent 33bdab7 commit f2a9f30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -231,7 +231,7 @@ install(DIRECTORY ${CMAKE_SOURCE_DIR}/matlab
PATTERN "*.pdf" EXCLUDE
)
install(DIRECTORY ${SOURCE_DIR}/wrappers
DESTINATION interfaces/wrappers
DESTINATION interfaces
)
if(WIN32)
install(FILES ${CMAKE_CURRENT_LIST_DIR}/win/lib/libusb-1.0.lib

0 comments on commit f2a9f30

Please sign in to comment.