mirror of
https://github.com/gamecreature/QtAwesome.git
synced 2024-11-15 13:35:44 +08:00
Add CMakeLists.txt
This commit is contained in:
parent
bc69390519
commit
5975f82739
15
QtAwesome/CMakeLists.txt
Normal file
15
QtAwesome/CMakeLists.txt
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
project(QtAwesome)
|
||||||
|
|
||||||
|
add_library(QtAwesome
|
||||||
|
QtAwesome.cpp
|
||||||
|
QtAwesomeAnim.cpp
|
||||||
|
QtAwesome.qrc
|
||||||
|
)
|
||||||
|
|
||||||
|
target_include_directories(QtAwesome
|
||||||
|
PUBLIC ${PROJECT_SOURCE_DIR}
|
||||||
|
)
|
||||||
|
|
||||||
|
target_link_libraries(QtAwesome PUBLIC
|
||||||
|
Qt5::Widgets
|
||||||
|
)
|
Loading…
Reference in New Issue
Block a user