8 lines
186 B
CMake
8 lines
186 B
CMake
include(CMakeFindDependencyMacro)
|
|
|
|
# Same syntax as find_package
|
|
find_dependency(Threads REQUIRED)
|
|
|
|
# Add the targets file
|
|
include("${CMAKE_CURRENT_LIST_DIR}/unitree_sdk2Targets.cmake")
|