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 3e45a65 commit 7166989Copy full SHA for 7166989
extensions/CMakeLists.txt
@@ -1,5 +1,3 @@
1
-include_directories(include)
2
-
3
add_library(libcmark-gfm-extensions
4
autolink.c
5
core-extensions.c
src/CMakeLists.txt
@@ -1,9 +1,3 @@
-include_directories(
- ${PROJECT_SOURCE_DIR}/extensions/include
- ${PROJECT_BINARY_DIR}/extensions
-)
6
7
set(PROJECT_VERSION_MAJOR 0)
8
set(PROJECT_VERSION_MINOR 29)
9
set(PROJECT_VERSION_PATCH 0)
0 commit comments