This repository has been archived on 2023-11-05. You can view files and clone it, but cannot push or open issues or pull requests.
signal-wrangler/cmake/SgnlConfig.cmake

4 lines
114 B
CMake
Raw Normal View History

2019-09-15 04:41:56 +08:00
include(CMakeFindDependencyMacro)
find_dependency(Threads)
include("${CMAKE_CURRENT_LIST_DIR}/SgnlTargets.cmake")