Ease development with dirty dependency directory

This commit is contained in:
WarmUpTill
2025-06-15 14:07:17 +02:00
committed by WarmUpTill
parent 20488afdd1
commit 7e91f81957
3 changed files with 11 additions and 2 deletions

View File

@@ -40,6 +40,10 @@ if(OS_MACOS)
target_link_libraries(${PROJECT_NAME} PRIVATE "-framework Security")
endif()
if(MSVC)
target_compile_options(${PROJECT_NAME} PRIVATE /wd4834)
endif()
target_sources(
${PROJECT_NAME} PRIVATE macro-action-http.cpp macro-action-http.hpp
key-value-list.cpp key-value-list.hpp)