Skip to content
Snippets Groups Projects
Commit 094f584e authored by Andreas Traczyk's avatar Andreas Traczyk
Browse files

contrib: windows: fix yaml-cpp path

Change-Id: I190d17f1e15e0e672a5725d1fecd3de9b0182878
parent f2db4528
No related branches found
No related tags found
No related merge requests found
......@@ -79,7 +79,7 @@ target_include_directories(${ProjectName} PUBLIC ${PROJECT_BINARY_DIR}
)
target_link_directories(${ProjectName} PUBLIC ${CONTRIB_PATH}
${CONTRIB_PATH}/build/fmt/msvc/Release
${CONTRIB_PATH}/build/yaml-cpp/msvc/Release
${CONTRIB_PATH}/build/yaml-cpp/build/Release
)
target_link_libraries(${ProjectName} PUBLIC libyaml-cppmd)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment