mirror of
https://github.com/jkriege2/JKQtPlotter.git
synced 2024-11-16 10:35:49 +08:00
9 lines
134 B
CMake
9 lines
134 B
CMake
|
cmake_minimum_required(VERSION 3.23)
|
||
|
|
||
|
|
||
|
# add aressource
|
||
|
target_sources(${lib_name} PRIVATE
|
||
|
jkqtpbaseplotter.qrc
|
||
|
jkqtpstyles.qrc
|
||
|
)
|