Skip to content

Commit

Permalink
fix:修复cpp路径错误
Browse files Browse the repository at this point in the history
  • Loading branch information
GengGode committed Dec 6, 2023
1 parent aa99970 commit 7dde08f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/container_treeset/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ add_compile_options(/std:c++20)
add_executable(${test_name} main.cpp
${SourceDir}/resources/Resources.cpp
${SourceDir}/resources/resources.load.cpp
${SourceDir}/resources/resources.binray.cpp
${SourceDir}/resources/binray/resources.binray.cpp
)
set_property(TARGET ${test_name} PROPERTY MSVC_RUNTIME_LIBRARY "MultiThreaded$<$<CONFIG:Debug>:Debug>")
set_target_properties(${test_name} PROPERTIES FOLDER "tests")
Expand Down

0 comments on commit 7dde08f

Please sign in to comment.