This commit is contained in:
Zengtudor 2024-09-27 23:48:57 +08:00
parent 80683b17e5
commit 14c9711253
2 changed files with 4 additions and 1 deletions

1
.gitignore vendored
View File

@ -6,3 +6,4 @@ reversedSequence.txt
vsxmake*
*.txt
!CMakeLists.txt
.*

View File

@ -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()