CMakeLists.txt
author František Kučera <franta-hg@frantovo.cz>
Mon, 24 Sep 2018 16:25:53 +0200
branchv_0
changeset 5 0c07be8dad00
parent 0 ba16fce7ef20
child 21 a05fa65d47de
permissions -rw-r--r--
ASan AddressSanitizer: add ignore list
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
ba16fce7ef20 create cmake+netbeans project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     1
project (HelloCMake)
ba16fce7ef20 create cmake+netbeans project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     2
cmake_minimum_required(VERSION 2.8)
ba16fce7ef20 create cmake+netbeans project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     3
add_subdirectory (src)