[DRTVWR-476] - test adding at beginiing of list
parent
e039f5e29e
commit
761d9aa3bf
|
|
@ -209,7 +209,7 @@ FUNCTION(LL_ADD_INTEGRATION_TEST
|
|||
)
|
||||
|
||||
if (WINDOWS)
|
||||
list(APPEND libraries legacy_stdio_definitions)
|
||||
list(INSERT libraries 0 legacy_stdio_definitions)
|
||||
endif (WINDOWS)
|
||||
|
||||
# Add test executable build target
|
||||
|
|
|
|||
|
|
@ -1978,7 +1978,7 @@ endif (WINDOWS)
|
|||
# modern version.
|
||||
|
||||
if (WINDOWS)
|
||||
list(APPEND LLAPPEARANCE_LIBRARIES legacy_stdio_definitions)
|
||||
list(INSERT PNG_PRELOAD_ARCHIVES 0 legacy_stdio_definitions)
|
||||
endif (WINDOWS)
|
||||
|
||||
target_link_libraries(${VIEWER_BINARY_NAME}
|
||||
|
|
|
|||
Loading…
Reference in New Issue