Skip to content
Snippets Groups Projects
Commit cd301c3b authored by GITLAB-RUNNER03\runner's avatar GITLAB-RUNNER03\runner
Browse files

Add spdlog to 3rdParty folder in Visual Studio.

parent a2b5fe5d
No related branches found
No related tags found
1 merge request!69Adding SPDLOG dependency (closes #19)
......@@ -152,6 +152,7 @@ FetchContent_Declare(
FetchContent_MakeAvailable(spdlog)
target_compile_options(spdlog PRIVATE "-fPIC")
groupTarget(spdlog ${thirdFolder})
if(BUILD_VF_UNIT_TESTS)
add_subdirectory(${VF_THIRD_DIR}/googletest)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment