mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
cmake: Enable c++11 for all targets
This commit is contained in:
parent
a55b3784eb
commit
2d2958e931
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue