[DRTVWR-476] - add legacy_stdio_definitions

master
Anchor 2019-05-07 23:58:04 -06:00 committed by Nat Goodspeed
parent 554e12ef15
commit 0ed3724c95
1 changed files with 4 additions and 0 deletions

View File

@ -33,6 +33,10 @@ else (LINUX)
${BOOST_SYSTEM_LIBRARY} )
endif (LINUX)
if (WINDOWS)
list(APPEND LLCOMMON_LIBRARIES legacy_stdio_definitions)
endif (WINDOWS)
set(LLCOMMON_LINK_SHARED OFF CACHE BOOL "Build the llcommon target as a static library.")
if(LLCOMMON_LINK_SHARED)
add_definitions(-DLL_COMMON_LINK_SHARED=1)