mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-08-22 17:25:54 -05:00
Ease development with dirty dependency directory
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user