forked from supercollider/supercollider
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
it compiles; also addressed a TODO in hidapi_parser.c
- Loading branch information
1 parent
c7e320d
commit 57c5dfe
Showing
7 changed files
with
20 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,4 @@ | ||
message(STATUS " hidapi_parser" ) | ||
|
||
|
||
# message( "hidapi parser source dir is: ${hidapi_SOURCE_DIR}" ) | ||
# | ||
# set( hidapi_parser_INCLUDE_DIRS ${hidapi_SOURCE_DIR}/hidapi_parser/) | ||
# # set( hidapi_LIBS ${UDEV_LIBRARIES}) | ||
# set( hidapi_parser_SRCS hidapi_parser.c ) | ||
# | ||
# message( "hidapi_parser include dirs are: ${hidapi_parser_INCLUDE_DIRS}" ) | ||
|
||
include_directories( ${hidapi_SOURCE_DIR}/hidapi/ ) | ||
add_library( hidapi_parser STATIC hidapi_parser.c ) | ||
target_link_libraries( hidapi ) | ||
target_link_libraries(hidapi_parser hidapi::hidapi m) | ||
target_include_directories(hidapi_parser PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters