Major Restructuring
N0ffie switched to mingw (fixing linux warnings)
This commit is contained in:
parent
384c758295
commit
8e0e9ceb7c
26 changed files with 1016 additions and 2921 deletions
16
cmake/CIGUIConfig.cmake.in
Normal file
16
cmake/CIGUIConfig.cmake.in
Normal file
|
@ -0,0 +1,16 @@
|
|||
@PACKAGE_INIT@
|
||||
|
||||
# Import targets created by CIGUITargets.cmake
|
||||
include("${CMAKE_CURRENT_LIST_DIR}/CIGUITargets.cmake")
|
||||
|
||||
# Ensure SFML is available
|
||||
include(CMakeFindDependencyMacro)
|
||||
find_dependency(SFML 3 COMPONENTS graphics window system)
|
||||
|
||||
# Define convenient imported target if it doesn't exist
|
||||
if(NOT TARGET cigui::cigui)
|
||||
add_library(cigui::cigui ALIAS cigui)
|
||||
endif()
|
||||
|
||||
# Check all required components are found
|
||||
check_required_components(cigui)
|
Loading…
Add table
Add a link
Reference in a new issue