Files
MinimalQml/CMakeLists.txt
T
2017-10-31 15:57:24 +02:00

10 lines
169 B
CMake

cmake_minimum_required(VERSION 2.8)
# 3rd party tools
find_package(Qt5 COMPONENTS Widgets Qml Quick REQUIRED)
# Directory with the source code
add_subdirectory(src)