update
This commit is contained in:
parent
80683b17e5
commit
14c9711253
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@ reversedSequence.txt
|
||||
vsxmake*
|
||||
*.txt
|
||||
!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()
|
||||
|
Loading…
Reference in New Issue
Block a user