mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-24 22:50:45 +00:00
15 lines
196 B
CMake
15 lines
196 B
CMake
|
|
cmake_minimum_required(VERSION 2.8)
|
|
|
|
project(qmake_cmake_files)
|
|
|
|
enable_testing()
|
|
|
|
find_package(Qt5Core REQUIRED)
|
|
|
|
include("${_Qt5CTestMacros}")
|
|
|
|
test_module_includes(
|
|
SerialPort QSerialPort
|
|
)
|