4 lines
93 B
CMake
4 lines
93 B
CMake
|
include(CMakeFindDependencyMacro)
|
||
|
|
||
|
find_dependency(PackName PATHS ${CMAKE_CURRENT_LIST_DIR})
|