Files
libloot/cmake/Config.cmake.in
T
Oliver Hamlet d14db4fcb2 Create package usable with CMake's find_package()
This changes the archive's directory structure to use the standard layout on Linux. While it makes less sense on Windows, it's probably easier to deal with a consistent layout.
2024-04-28 15:18:03 +01:00

6 lines
110 B
CMake

@PACKAGE_INIT@
include("${CMAKE_CURRENT_LIST_DIR}/liblootTargets.cmake")
check_required_components(libloot)