WIP: Rewrite with LLGL

This commit is contained in:
n0ffie 2025-04-13 17:54:14 +02:00
parent 002d97ee27
commit f337ff9f0d
24 changed files with 377 additions and 390 deletions

View file

@ -3,9 +3,9 @@
# Import targets created by CIGUITargets.cmake
include("${CMAKE_CURRENT_LIST_DIR}/CIGUITargets.cmake")
# Ensure SFML is available
# Ensure LLGL is available
include(CMakeFindDependencyMacro)
find_dependency(SFML 3 COMPONENTS graphics window system)
find_dependency(LLGL REQUIRED)
# Define convenient imported target if it doesn't exist
if(NOT TARGET cigui::cigui)