![Eike Ziller](/assets/img/avatar_default.png)
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
4 lines
114 B
CMake
4 lines
114 B
CMake
include(CMakeFindDependencyMacro)
|
|
find_dependency(gumbo)
|
|
include(${CMAKE_CURRENT_LIST_DIR}/litehtmlTargets.cmake)
|