summaryrefslogtreecommitdiffstats
path: root/dev/MinGfx/cmake/MinGfxConfig.cmake.in
blob: 8a7b70392f02c3e8d3b96cad8f3560917374a551 (plain) (blame)
1
2
3
4
5
6
7
# To use the MinGfx library in your cmake project, add the following to your CMakeLists.txt:
#    find_package(MinGfx REQUIRED)
#    ... then, after add_executable(${PROJECT_NAME}) or add_library(${PROJECT_NAME})
#    target_link_libraries(${PROJECT_NAME} PUBLIC MinGfx)


include("${CMAKE_CURRENT_LIST_DIR}/MinGfxTargets.cmake")