add ui target

This commit is contained in:
2026-04-19 13:40:37 +02:00
parent 8b740dfe8e
commit f5a999d20a
3 changed files with 110 additions and 104 deletions

View File

@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.1)
cmake_minimum_required(VERSION 3.14.4)
message(STATUS "Using CMake ${CMAKE_VERSION}")
@@ -61,9 +61,5 @@ endfunction(COPY_QT_BINARIES)
find_package(OpenGL REQUIRED)
set(HEADER_SEARCH_PATHS)
set(SYSTEM_HEADER_SEARCH_PATHS)
set(LINK_LIBRARIES ${Boost_LIBRARIES} Qt5::Widgets Qt5::Network Qt5::Multimedia Qt5::Charts ${OPENGL_LIBRARIES})
add_subdirectory(src)