legacymenu: Build with standard C++11
Future commits will make use of C++11 features. git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@9488 30fe4595-0a0c-4342-8851-515496e4dcbd Former-commit-id: f05b17bcd17f756665d440da4ed8c29a61ca9785 Former-commit-id: 459a21a593e3a2e129a7a1aa08b2cabd45931780
This commit is contained in:
parent
b584e3668c
commit
dea67f471a
1 changed files with 2 additions and 0 deletions
|
@ -100,5 +100,7 @@ SD_ADD_LIBRARY(legacymenu MODULE ${LEGACYMENU_SOURCES} ${LEGACYMENU_HEADERS})
|
|||
#SET_TARGET_PROPERTIES(legacymenu PROPERTIES VERSION ${VERSION} SOVERSION 0.0.0)
|
||||
|
||||
ADD_SDLIB_LIBRARY(legacymenu portability tgf tgfclient tgfdata ${NETWORKING_LIB})
|
||||
target_compile_features(legacymenu PRIVATE cxx_std_11)
|
||||
set_target_properties(legacymenu PROPERTIES CXX_STANDARD 11 CXX_EXTENSIONS OFF)
|
||||
|
||||
SD_INSTALL_FILES(LIB modules/userinterface TARGETS legacymenu)
|
||||
|
|
Loading…
Reference in a new issue