Fix doc path
[opentx.git] / companion / src / thirdparty / qcustomplot / CMakeLists.txt
blob9bccbd622f3f4c1a41c3ddf2b59db7c2a39eecaf
1 set(qcustomplot_SRCS
2   qcustomplot.cpp
5 set(qcustomplot_HDRS
6   qcustomplot.h
9 qt5_wrap_cpp(qcustomplot_SRCS ${qcustomplot_HDRS})
11 add_library(qcustomplot ${qcustomplot_SRCS})
12 target_link_libraries(qcustomplot PRIVATE ${CPN_COMMON_LIB} Qt5::Widgets Qt5::PrintSupport)