mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-19 18:40:13 -06:00
Refactor CMakeLists, targetify everything
This commit is contained in:
@@ -15,4 +15,7 @@ set(QCUSTOMPLOT_MOC_HDR
|
||||
|
||||
add_library(qcustomplot ${QCUSTOMPLOT_SRC} ${QCUSTOMPLOT_MOC_HDR} ${QCUSTOMPLOT_MOC})
|
||||
|
||||
target_include_directories(qcustomplot INTERFACE ${CMAKE_CURRENT_LIST_DIR})
|
||||
target_link_libraries(qcustomplot Qt5::Widgets Qt5::PrintSupport)
|
||||
|
||||
add_library(QCustomPlot::QCustomPlot ALIAS qcustomplot)
|
||||
|
||||
Reference in New Issue
Block a user