Skip to content

Commit

Permalink
Version 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cvuchener committed Aug 27, 2021
1 parent b334cbd commit 3f4fa72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libhidpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ if("${HID_BACKEND}" STREQUAL "windows")
endif()

add_library(hidpp ${LIBHIDPP_SOURCES})
set_target_properties(hidpp PROPERTIES VERSION 0.2)
target_include_directories(hidpp PUBLIC
$<INSTALL_INTERFACE:include/hidpp>
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}>)
Expand Down

0 comments on commit 3f4fa72

Please sign in to comment.