Files

9 lines
201 B
CMake
Raw Permalink Normal View History

2026-07-12 14:34:52 +04:00
# Find Google Test
find_package(GTest REQUIRED)
# Find SQLite3
find_package(SQLite3 REQUIRED)
# Minimum required Qt version
find_package(Qt6 6.3 REQUIRED COMPONENTS Core Gui Sql Widgets Charts Test)