repo.or.cz
/
opentx.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix doc path
[opentx.git]
/
companion
/
src
/
thirdparty
/
qcustomplot
/
CMakeLists.txt
blob
9bccbd622f3f4c1a41c3ddf2b59db7c2a39eecaf
1
set(qcustomplot_SRCS
2
qcustomplot.cpp
3
)
4
5
set(qcustomplot_HDRS
6
qcustomplot.h
7
)
8
9
qt5_wrap_cpp(qcustomplot_SRCS ${qcustomplot_HDRS})
10
11
add_library(qcustomplot ${qcustomplot_SRCS})
12
target_link_libraries(qcustomplot PRIVATE ${CPN_COMMON_LIB} Qt5::Widgets Qt5::PrintSupport)