Files
checkm8_tool/CMakeLists.txt

11 lines
258 B
CMake

cmake_minimum_required(VERSION 3.10)
project(checkm8_tool)
enable_language(C ASM)
include_directories(include)
# set up checkm8_remote
add_subdirectory(c8_remote)
# targets for external tools
add_executable(tool_corr_strip tools/correlation/strip/main.c)