Oh hey, we can do this part of VLC merge right now too!

This commit is contained in:
Lirusaito
2019-04-17 18:28:22 -04:00
parent 7c41dc2e7e
commit f670c774d3

View File

@@ -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}