add a stripping tool and a random key experiment
This commit is contained in:
@@ -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)
|
||||
Reference in New Issue
Block a user