Now there is a oslibrary target get rid of some more obsolete vars:
LEGACY_STDIO_LIBS (was only used for Windows) PTHREAD_LIBRARY (only Linux) LLDATABASE_LIBRARIES (that one was supposed for Linux, but never needed anyway)master
parent
bb85651d98
commit
b9f94c0897
|
|
@ -17,10 +17,6 @@ set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake")
|
|||
include(Variables)
|
||||
include(BuildVersion)
|
||||
|
||||
set(LEGACY_STDIO_LIBS)
|
||||
if (WINDOWS)
|
||||
set(LEGACY_STDIO_LIBS legacy_stdio_definitions)
|
||||
endif (WINDOWS)
|
||||
|
||||
if (NOT CMAKE_BUILD_TYPE)
|
||||
set(CMAKE_BUILD_TYPE RelWithDebInfo CACHE STRING
|
||||
|
|
|
|||
|
|
@ -204,10 +204,8 @@ FUNCTION(LL_ADD_INTEGRATION_TEST
|
|||
)
|
||||
|
||||
SET(libraries
|
||||
${LEGACY_STDIO_LIBS}
|
||||
${library_dependencies}
|
||||
ll::googlemock
|
||||
${PTHREAD_LIBRARY}
|
||||
)
|
||||
|
||||
# Add test executable build target
|
||||
|
|
|
|||
|
|
@ -88,7 +88,7 @@ else()
|
|||
find_library(AGL_LIBRARY AGL)
|
||||
find_library(APPKIT_LIBRARY AppKit)
|
||||
find_library(COREAUDIO_LIBRARY CoreAudio)
|
||||
|
||||
|
||||
set_target_libraries( ll::oslibraries
|
||||
${COCOA_LIBRARY}
|
||||
${IOKIT_LIBRARY}
|
||||
|
|
|
|||
|
|
@ -51,7 +51,6 @@ set_target_properties(llimage_libtest
|
|||
# Libraries on which this application depends on
|
||||
# Sort by high-level to low-level
|
||||
target_link_libraries(llimage_libtest
|
||||
${LEGACY_STDIO_LIBS}
|
||||
llcommon
|
||||
llfilesystem
|
||||
llmath
|
||||
|
|
|
|||
|
|
@ -60,7 +60,6 @@ add_executable(llui_libtest ${llui_libtest_SOURCE_FILES})
|
|||
# Libraries on which this library depends, needed for Linux builds
|
||||
# Sort by high-level to low-level
|
||||
target_link_libraries(llui_libtest
|
||||
${LEGACY_STDIO_LIBS}
|
||||
llui
|
||||
llinventory
|
||||
llmessage
|
||||
|
|
|
|||
|
|
@ -185,7 +185,6 @@ endif (DARWIN)
|
|||
)
|
||||
|
||||
set(example_libs
|
||||
${LEGACY_STDIO_LIBS}
|
||||
llcorehttp
|
||||
llmessage
|
||||
llcommon
|
||||
|
|
|
|||
|
|
@ -46,7 +46,6 @@ set_target_properties(SLPlugin
|
|||
endif ()
|
||||
|
||||
target_link_libraries(SLPlugin
|
||||
${LEGACY_STDIO_LIBS}
|
||||
llplugin
|
||||
llmessage
|
||||
llcommon
|
||||
|
|
|
|||
|
|
@ -1937,7 +1937,6 @@ endif (WINDOWS)
|
|||
# modern version.
|
||||
|
||||
target_link_libraries(${VIEWER_BINARY_NAME}
|
||||
${LEGACY_STDIO_LIBS}
|
||||
llaudio
|
||||
llcharacter
|
||||
llimage
|
||||
|
|
|
|||
|
|
@ -65,8 +65,6 @@ if (USE_BUGSPLAT)
|
|||
endif (USE_BUGSPLAT)
|
||||
|
||||
target_link_libraries(lltest
|
||||
${LEGACY_STDIO_LIBS}
|
||||
${LLDATABASE_LIBRARIES}
|
||||
llinventory
|
||||
llmessage
|
||||
llmath
|
||||
|
|
|
|||
Loading…
Reference in New Issue