mirror of https://gitee.com/cxasm/notepad--.git
add cmake support
This commit is contained in:
parent
43df23b4f4
commit
8c2478f6fa
|
@ -53,3 +53,5 @@ install(DIRECTORY ${PROJECT_SOURCE_DIR}/src/linux/usr
|
|||
|
||||
include(${PROJECT_SOURCE_DIR}/cmake/package_config.cmake)
|
||||
include(CPack)
|
||||
|
||||
target_link_libraries(${PROJECT_NAME} qscint Qt5::Core Qt5::Gui Qt5::Widgets Qt5::Concurrent Qt5::Network Qt5::PrintSupport Qt5::XmlPatterns)
|
|
@ -1,5 +1,5 @@
|
|||
cmake_minimum_required(VERSION 3.16)
|
||||
project(qscintilla2_qt5 CXX)
|
||||
cmake_minimum_required(VERSION 3.24)
|
||||
project(qscint CXX)
|
||||
|
||||
set(CMAKE_AUTOMOC ON)
|
||||
set(CMAKE_AUTOUIC ON)
|
||||
|
|
Loading…
Reference in New Issue