From 7e723f4142228f6d329f0ac805c6af15459cfd9f Mon Sep 17 00:00:00 2001 From: brunoherbelin Date: Sun, 28 Feb 2021 10:15:50 +0100 Subject: [PATCH] Use SourceTrail to analyse structure --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index a0ff9a7..4575a79 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,7 @@ cmake_minimum_required(VERSION 3.8.0) project(vimix VERSION 0.0.1 LANGUAGES CXX C) +set(CMAKE_EXPORT_COMPILE_COMMANDS ON) # use git find_package (Git)