Skip to content

Commit 821878b

Browse files
committed
fixed workflows
1 parent 99a93c9 commit 821878b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CMakeLists.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
cmake_minimum_required(VERSION 3.18)
2+
project(aligncount_cpp LANGUAGES CXX)
3+
4+
# Delegate to your standalone folder
5+
add_subdirectory(cpp/standalone standalone_build)
6+
7+
# Ensure the CLI gets installed into the wheel
8+
install(TARGETS AligncountStandalone RUNTIME DESTINATION bin)

0 commit comments

Comments
 (0)