restarted because i cant do it
visualising sorting through value/step diagrams
This commit is contained in:
parent
f02f77d5df
commit
90ac688f3d
18 changed files with 231 additions and 1142 deletions
|
@ -111,7 +111,7 @@ function(set_common_properties target)
|
|||
endfunction()
|
||||
|
||||
# ========================================================
|
||||
# GUI Setup
|
||||
# Executable
|
||||
# ========================================================
|
||||
|
||||
set(GUI_TARGET_NAME "${PROJECT_NAME}")
|
||||
|
@ -156,24 +156,7 @@ endif()
|
|||
|
||||
set_common_properties(${GUI_TARGET_NAME})
|
||||
|
||||
# =============
|
||||
# spdlog
|
||||
# =============
|
||||
set(SPDLOG_NO_EXCEPTIONS ON CACHE BOOL "" FORCE)
|
||||
|
||||
FetchContent_Declare(
|
||||
spdlog
|
||||
GIT_REPOSITORY https://github.com/gabime/spdlog.git
|
||||
GIT_TAG v1.15.0
|
||||
)
|
||||
FetchContent_MakeAvailable(spdlog)
|
||||
target_link_libraries(${GUI_TARGET_NAME} PRIVATE spdlog)
|
||||
|
||||
put_targets_into_folder(
|
||||
FOLDER "ThirdParty/spdlog"
|
||||
TARGETS
|
||||
spdlog
|
||||
)
|
||||
|
||||
put_targets_into_folder(
|
||||
FOLDER "ThirdParty/raylib"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue