Fleshing out code generally.

This commit is contained in:
2025-05-20 03:26:29 -05:00
parent 5c18aa9a05
commit 8daabe4259
10 changed files with 657 additions and 316 deletions

View File

@@ -20,12 +20,12 @@ file(GLOB_RECURSE EDITOR_SRC "src/*.cpp")
include_directories("include")
CPMAddPackage(NAME mcolor
URL https://git.redacted.cc/maxine/mcolor/archive/Prerelease-7.3.zip)
CPMAddPackage(NAME jlog
URL https://git.redacted.cc/josh/jlog/archive/Prerelease-18.zip)
CPMAddPackage(NAME mcolor
URL https://git.redacted.cc/maxine/mcolor/archive/Prerelease-7.2.zip)
CPMAddPackage(NAME Event
URL https://git.redacted.cc/josh/Event/archive/Release-12.zip)
@@ -51,7 +51,8 @@ if (UNIX)
endif()
if (WIN32)
ADD_LIBRARY(Editor2D STATIC ${EDITOR_SRC})
ADD_LIBRARY(Editor2D STATIC ${EDITOR_SRC}
include/Preferences.hpp)
endif()
set_target_properties(Editor2D PROPERTIES LINKER_LANGUAGE CXX)