remove inifile-cpp
This commit is contained in:
parent
df950a1139
commit
92a66f554e
@ -29,10 +29,6 @@ if(NOT RLIMGUI_LINK)
|
|||||||
set(RLIMGUI_LINK "https://github.com/raylib-extras/rlImGui/archive/refs/heads/main.zip")
|
set(RLIMGUI_LINK "https://github.com/raylib-extras/rlImGui/archive/refs/heads/main.zip")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(NOT INIFILE_LINK)
|
|
||||||
set(INIFILE_LINK "https://github.com/Rookfighter/inifile-cpp/archive/refs/heads/master.zip")
|
|
||||||
endif()
|
|
||||||
|
|
||||||
##############################################################
|
##############################################################
|
||||||
include(FetchContent)
|
include(FetchContent)
|
||||||
|
|
||||||
@ -45,10 +41,6 @@ message(STATUS "Downloading raylib extra library")
|
|||||||
FetchContent_Declare(raylib-extra URL ${RAYLIB_EXTRA_LINK})
|
FetchContent_Declare(raylib-extra URL ${RAYLIB_EXTRA_LINK})
|
||||||
FetchContent_MakeAvailable(raylib-extra)
|
FetchContent_MakeAvailable(raylib-extra)
|
||||||
|
|
||||||
message(STATUS "Downloading inifile-cpp library")
|
|
||||||
FetchContent_Declare(inifile-cpp URL ${INIFILE_LINK})
|
|
||||||
FetchContent_MakeAvailable(inifile-cpp)
|
|
||||||
|
|
||||||
##############################################################
|
##############################################################
|
||||||
# yes... im using glob... dont judge me....
|
# yes... im using glob... dont judge me....
|
||||||
file(GLOB_RECURSE PROJECT_SOURCES CONFIGURE_DEPENDS "src/*.cpp")
|
file(GLOB_RECURSE PROJECT_SOURCES CONFIGURE_DEPENDS "src/*.cpp")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user