Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
phunkyfish committed Jul 15, 2024
1 parent 5cdd2b7 commit 6f072fc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ include_directories(
${LIBXML2_INCLUDE_DIR}
${JSONCPP_INCLUDE_DIRS})

if(WIN32)
if(MSVC)
add_compile_options(/wd4996)
add_compile_definitions(LIBXML_STATIC)
endif()

add_subdirectory(lib/libstalkerclient)
Expand Down

0 comments on commit 6f072fc

Please sign in to comment.