8 lines
181 B
CMake
8 lines
181 B
CMake
|
|
@PACKAGE_INIT@
|
||
|
|
|
||
|
|
include(CMakeFindDependencyMacro)
|
||
|
|
find_dependency(zydis CONFIG)
|
||
|
|
|
||
|
|
include("${CMAKE_CURRENT_LIST_DIR}/safetyhook-targets.cmake")
|
||
|
|
check_required_components(safetyhook)
|