cmake: attempt to add C++11 support.

This commit is contained in:
StapleButter 2017-07-05 21:17:15 +02:00
parent 93ab7064b2
commit 599103486c
1 changed files with 2 additions and 0 deletions

View File

@ -45,4 +45,6 @@ target_link_libraries(${PROJECT_WX})
set(CMAKE_BUILD_TYPE Release)
set (CMAKE_CXX_STANDARD 11)
install(TARGETS ${PROJECT_WX} RUNTIME DESTINATION ${CMAKE_INSTALL_PREFIX}/bin)