CMakeLists.txt
author František Kučera <franta-hg@frantovo.cz>
Sun, 18 Aug 2019 23:00:21 +0200
branchv_0
changeset 4 405aa9de65d2
parent 0 6ff501639c23
permissions -rw-r--r--
CadMouseConfig class, frequency, lift-off detection, smart scrolling
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)