diff options
| author | 3gg <3gg@shellblade.net> | 2026-03-06 13:26:57 -0800 |
|---|---|---|
| committer | 3gg <3gg@shellblade.net> | 2026-03-06 13:26:57 -0800 |
| commit | f5c89b3bd5d74849757fd5b4d1a300068522a3ca (patch) | |
| tree | d6f6e4c81745b393d7594b334710f30c0b2df3bd /SDL-3.2.8/src/hidapi/windows/pp_data_dump/CMakeLists.txt | |
Diffstat (limited to 'SDL-3.2.8/src/hidapi/windows/pp_data_dump/CMakeLists.txt')
| -rw-r--r-- | SDL-3.2.8/src/hidapi/windows/pp_data_dump/CMakeLists.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/SDL-3.2.8/src/hidapi/windows/pp_data_dump/CMakeLists.txt b/SDL-3.2.8/src/hidapi/windows/pp_data_dump/CMakeLists.txt new file mode 100644 index 0000000..f017de9 --- /dev/null +++ b/SDL-3.2.8/src/hidapi/windows/pp_data_dump/CMakeLists.txt | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | project(pp_data_dump C) | ||
| 2 | |||
| 3 | add_executable(pp_data_dump pp_data_dump.c) | ||
| 4 | set_target_properties(pp_data_dump | ||
| 5 | PROPERTIES | ||
| 6 | C_STANDARD 11 | ||
| 7 | C_STANDARD_REQUIRED TRUE | ||
| 8 | ) | ||
| 9 | target_link_libraries(pp_data_dump | ||
| 10 | PRIVATE hidapi_winapi | ||
| 11 | ) | ||
| 12 | |||
| 13 | install(TARGETS pp_data_dump | ||
| 14 | RUNTIME DESTINATION "${CMAKE_INSTALL_BINDIR}" | ||
| 15 | ) | ||
