mirror of
https://github.com/gamecreature/QtAwesome.git
synced 2024-11-15 13:35:44 +08:00
Adding cmake_minimum_required
This commit is contained in:
parent
8b3cf90cca
commit
54c87a4f48
@ -1,5 +1,7 @@
|
|||||||
project(QtAwesome)
|
project(QtAwesome)
|
||||||
|
|
||||||
|
cmake_minimum_required(VERSION 3.8)
|
||||||
|
|
||||||
set(CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS ON)
|
set(CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS ON)
|
||||||
|
|
||||||
add_library(QtAwesome
|
add_library(QtAwesome
|
||||||
|
Loading…
Reference in New Issue
Block a user