mirror of
https://github.com/cdcseacave/TinyEXIF.git
synced 2026-07-21 19:23:01 +04:00
9 lines
173 B
CMake
9 lines
173 B
CMake
@PACKAGE_INIT@
|
|
|
|
include(CMakeFindDependencyMacro)
|
|
find_dependency(tinyxml2)
|
|
|
|
include("${CMAKE_CURRENT_LIST_DIR}/TinyEXIFTargets.cmake")
|
|
|
|
check_required_components(TinyEXIF)
|