Skip to content

Commit 99dad71

Browse files
committed
Merge pull request #44 from feliwir/master
On windows add gumbo as an include directory (to find strings.h)
2 parents 41c3299 + 89cf638 commit 99dad71

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,3 +60,7 @@ set(SOURCE_GUMBO src/gumbo/attribute.c
6060

6161
add_library(litehtml STATIC ${SOURCE_LITEHTML} ${SOURCE_GUMBO})
6262

63+
if(WIN32)
64+
target_include_directories(litehtml PUBLIC src/gumbo)
65+
endif()
66+

0 commit comments

Comments
 (0)