We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99a93c9 commit 821878bCopy full SHA for 821878b
CMakeLists.txt
@@ -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