CMakeLists.txt
author František Kučera <franta-hg@frantovo.cz>
Sat, 29 Sep 2018 00:43:16 +0200
branchv_0
changeset 13 c84042d014c9
parent 0 ba16fce7ef20
child 21 a05fa65d47de
permissions -rw-r--r--
background thread for STDIN reading + proxy with signals/slots for passing data to the GUI thread

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