ready for first test
This commit is contained in:
@@ -15,10 +15,11 @@ if(NOT CMAKE_BUILD_TYPE)
|
||||
endif()
|
||||
|
||||
# --------------------------------------------------
|
||||
# External dependency: spdlog
|
||||
# External dependency: spdlog + LLU
|
||||
# --------------------------------------------------
|
||||
add_subdirectory(external/spdlog)
|
||||
add_subdirectory(external/LibraryLinkUtilities)
|
||||
|
||||
# --------------------------------------------------
|
||||
# Executable
|
||||
# --------------------------------------------------
|
||||
@@ -38,7 +39,10 @@ foreach(dir ${SRC_SUBDIRS})
|
||||
endif()
|
||||
endforeach()
|
||||
|
||||
target_include_directories(${PROJECT_NAME} PRIVATE ${SRC_INCLUDES})
|
||||
target_include_directories(${PROJECT_NAME} PRIVATE
|
||||
${SRC_INCLUDES}
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/external/LibraryLinkUtilities/include
|
||||
)
|
||||
|
||||
# --------------------------------------------------
|
||||
# Auto-discover all .cpp except main.cpp
|
||||
|
||||
Reference in New Issue
Block a user