litehtml/cmake/litehtmlConfig.cmake
Eike Ziller 76b7b90b95 Add install target and export for use with find_package
Installing litehtml now installs the static library,
headers, and CMake configuration files.
So other projects can find and use litehtml with
find_package(litehtml)
when they add the litehtml installation path to CMAKE_PREFIX_PATH
2019-08-02 19:52:30 +02:00

4 lines
114 B
CMake

include(CMakeFindDependencyMacro)
find_dependency(gumbo)
include(${CMAKE_CURRENT_LIST_DIR}/litehtmlTargets.cmake)