CMakeLists.txt
author František Kučera <franta-hg@frantovo.cz>
Mon, 24 Sep 2018 16:11:19 +0200
branchv_0
changeset 4 1622c087f3ea
parent 0 ba16fce7ef20
child 21 a05fa65d47de
permissions -rw-r--r--
add main window, compile Qt .ui file

project (HelloCMake)
cmake_minimum_required(VERSION 2.8)
add_subdirectory (src)