X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=CMakeLists.txt;h=160a0c0a984b585c580913960506eef82b622d16;hb=4788af1e3e48461cc60d1fc035e5de64e914c03d;hp=aa5175cc6ae1559fa8970922a22abf1a9492f160;hpb=4640a84e926ac4b82e2a1b6ef9fc80ef44c2bd3c;p=pulseview.git diff --git a/CMakeLists.txt b/CMakeLists.txt index aa5175cc..160a0c0a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -21,9 +21,9 @@ cmake_minimum_required(VERSION 2.8.12) -include(GNUInstallDirs) +project(pulseview C CXX) -project(pulseview) +include(GNUInstallDirs) # Let AUTOMOC and AUTOUIC process GENERATED files. if(POLICY CMP0071)