File: TinyGLTFConfig.cmake.in

package info (click to toggle)
tinygltf 2.5.0%2Bdfsg-3%2Bdeb11u1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,212 kB
  • sloc: cpp: 7,283; sh: 29; makefile: 14
file content (9 lines) | stat: -rw-r--r-- 237 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
@PACKAGE_INIT@

include(FindPackageHandleStandardArgs)

include(${CMAKE_CURRENT_LIST_DIR}/@PROJECT_NAME@Targets.cmake)

set(@PROJECT_NAME@_CONFIG ${CMAKE_CURRENT_LIST_FILE})
find_package_handle_standard_args(@PROJECT_NAME@ CONFIG_MODE)