Oh hey, we can do this part of VLC merge right now too!
This commit is contained in:
@@ -1434,6 +1434,12 @@ endif (WINDOWS)
|
||||
|
||||
set_source_files_properties(llstartup.cpp PROPERTIES COMPILE_FLAGS "${LLSTARTUP_COMPILE_FLAGS}")
|
||||
|
||||
if (LIBVLCPLUGIN)
|
||||
set_source_files_properties(llfloaterabout.cpp PROPERTIES COMPILE_DEFINITIONS "VLCPLUGIN=1")
|
||||
else (LIBVLCPLUGIN)
|
||||
set_source_files_properties(llfloaterabout.cpp PROPERTIES COMPILE_DEFINITIONS "VLCPLUGIN=0")
|
||||
endif (LIBVLCPLUGIN)
|
||||
|
||||
list(APPEND viewer_SOURCE_FILES ${viewer_HEADER_FILES})
|
||||
|
||||
set_source_files_properties(${viewer_HEADER_FILES}
|
||||
|
||||
Reference in New Issue
Block a user