mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-08-28 03:35:45 -05:00
cmake: Enable c++11 for all targets
This commit is contained in:
@@ -18,7 +18,7 @@ if(Qt4_FOUND)
|
||||
# Include directories
|
||||
INCLUDE(${QT_USE_FILE})
|
||||
INCLUDE_DIRECTORIES(${QT_INCLUDES})
|
||||
TARGET_LINK_LIBRARIES(carddatabase_test {QT_LIBRARIES})
|
||||
TARGET_LINK_LIBRARIES(carddatabase_test ${QT_LIBRARIES})
|
||||
endif()
|
||||
|
||||
# qt5 stuff
|
||||
|
||||
Reference in New Issue
Block a user