add a stripping tool and a random key experiment

This commit is contained in:
2020-02-28 16:28:13 -05:00
parent 0320e5cea7
commit 662c228b7e
8 changed files with 104 additions and 5 deletions

View File

@@ -2,10 +2,10 @@ cmake_minimum_required(VERSION 3.10)
project(checkm8_tool)
enable_language(C ASM)
include(${CMAKE_ROOT}/Modules/ExternalProject.cmake)
include_directories(c8_remote/include)
include_directories(include)
add_subdirectory(c8_remote/lib)
# set up checkm8_remote
add_subdirectory(c8_remote)
# targets for external tools
add_executable(tool_corr_strip tools/correlation/strip/main.c)