From 14c971125328aa38826523309d7202b7801f742a Mon Sep 17 00:00:00 2001 From: Zengtudor Date: Fri, 27 Sep 2024 23:48:57 +0800 Subject: [PATCH] update --- .gitignore | 3 ++- CMakeLists.txt | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 687d98d..c5ce0d7 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,5 @@ filteredReads.txt reversedSequence.txt vsxmake* *.txt -!CMakeLists.txt \ No newline at end of file +!CMakeLists.txt +.* \ No newline at end of file diff --git a/CMakeLists.txt b/CMakeLists.txt index 78ebf78..d028891 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,6 +2,8 @@ cmake_minimum_required(VERSION 3.10) project(dna LANGUAGES CXX) +set(CMAKE_EXPORT_COMPILE_COMMANDS ON) + if(CMAKE_BUILD_TYPE STREQUAL Release) Message("It's in [Release] mode") else()