We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cab4b93 commit b8aee43Copy full SHA for b8aee43
CMakeLists.txt
@@ -1,5 +1,5 @@
1
cmake_minimum_required(VERSION 3.5)
2
-project(binsparse-rc C CXX)
+project(binsparse-rc)
3
4
set(CMAKE_C_STANDARD 11)
5
examples/CMakeLists.txt
@@ -13,5 +13,3 @@ add_example(check_equivalence)
13
add_example(bsp-ls)
14
add_example(benchmark_read)
15
add_example(benchmark_write)
16
-
17
-add_subdirectory(cpp)
0 commit comments