CMakeLists.txt
author František Kučera <franta-hg@frantovo.cz>
Sat, 17 Aug 2019 18:51:35 +0200
branchv_0
changeset 2 abeba77ec581
parent 0 6ff501639c23
permissions -rw-r--r--
private copy constructor (to avoid unwanted close() in copie's destructor)
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
6ff501639c23 project skeleton, open USB HID device
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     1
project (cadMousePro)
6ff501639c23 project skeleton, open USB HID device
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     2
cmake_minimum_required(VERSION 2.8)
6ff501639c23 project skeleton, open USB HID device
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     3
add_subdirectory (src)