Skip to content

Commit 7166989

Browse files
committed
build: remove unnecessary include path handling
The includes are properly propagated by the targets, there is no need to explicitly specify them.
1 parent 3e45a65 commit 7166989

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

extensions/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
include_directories(include)
2-
31
add_library(libcmark-gfm-extensions
42
autolink.c
53
core-extensions.c

src/CMakeLists.txt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
include_directories(include)
2-
include_directories(
3-
${PROJECT_SOURCE_DIR}/extensions/include
4-
${PROJECT_BINARY_DIR}/extensions
5-
)
6-
71
set(PROJECT_VERSION_MAJOR 0)
82
set(PROJECT_VERSION_MINOR 29)
93
set(PROJECT_VERSION_PATCH 0)

0 commit comments

Comments
 (0)