LLU added
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
||||
# --------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user