WIP: Rewrite with LLGL
This commit is contained in:
parent
002d97ee27
commit
f337ff9f0d
24 changed files with 377 additions and 390 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue