Skip to content
Snippets Groups Projects
Commit 56f1d403 authored by Giacomo Strangolino's avatar Giacomo Strangolino
Browse files

test with cmake

parent 219b3431
No related branches found
No related tags found
No related merge requests found
cmake_minimum_required(VERSION 3.16)
project(airliquide VERSION 1.0.0 LANGUAGES C CXX)
include(/usr/local/cumbia-libs/include/quapps/quapps.cmake)
...@@ -60,3 +60,6 @@ TARGET = bin/airliquide ...@@ -60,3 +60,6 @@ TARGET = bin/airliquide
# unix:LIBS += -L. -lmylib # unix:LIBS += -L. -lmylib
# unix:INCLUDEPATH += . ../../src # unix:INCLUDEPATH += . ../../src
DISTFILES += \
CMakeLists.txt
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment