[Renderers/Cairo] Add FindCairo.cmake (#122)

This commit is contained in:
SuperOpt 2024-12-30 18:32:56 -06:00 committed by GitHub
parent ba78b35604
commit 2938c00dc8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 41 additions and 3 deletions

View file

@ -1,6 +1,8 @@
cmake_minimum_required(VERSION 3.27)
project(clay)
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
add_subdirectory("examples/cpp-project-example")
# Don't try to compile C99 projects using MSVC