You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
422 B
11 lines
422 B
@PACKAGE_INIT@
|
|
|
|
set(pyrealsense2_VERSION_MAJOR "@REALSENSE_VERSION_MAJOR@")
|
|
set(pyrealsense2_VERSION_MINOR "@REALSENSE_VERSION_MINOR@")
|
|
set(pyrealsense2_VERSION_PATCH "@REALSENSE_VERSION_PATCH@")
|
|
|
|
set(pyrealsense2_VERSION ${realsense2_VERSION_MAJOR}.${realsense2_VERSION_MINOR}.${realsense2_VERSION_PATCH})
|
|
|
|
include("${CMAKE_CURRENT_LIST_DIR}/pyrealsense2Targets.cmake")
|
|
set(realsense2_LIBRARY pyrealsense2::pyrealsense2)
|