mirror of
https://github.com/gamecreature/QtAwesome.git
synced 2025-12-17 04:04:35 +03:00
Add CMakeLists.txt
This commit is contained in:
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
|
||||
)
|
||||
Reference in New Issue
Block a user