LLU added

This commit is contained in:
2026-02-18 19:31:32 -06:00
parent 79c321197a
commit 0c3fa5556d
5 changed files with 51 additions and 1 deletions

View File

@@ -18,7 +18,7 @@ endif()
# External dependency: spdlog
# --------------------------------------------------
add_subdirectory(external/spdlog)
add_subdirectory(external/LibraryLinkUtilities)
# --------------------------------------------------
# Executable
# --------------------------------------------------
@@ -58,6 +58,7 @@ target_sources(${PROJECT_NAME} PRIVATE ${ALL_CPP})
# --------------------------------------------------
target_link_libraries(${PROJECT_NAME} PRIVATE
spdlog::spdlog
LLU
)
# --------------------------------------------------