Skip to content
This repository was archived by the owner on Feb 15, 2023. It is now read-only.

Conversation

@isaachier
Copy link

No description provided.

CMakeLists.txt Outdated
target_include_directories(gumbo PUBLIC
$<BUILD_INTERFACE:${PROJECT_SOURCE_DIR}/src>)

if(WIN32)
Copy link

@NikitaFeodonit NikitaFeodonit Mar 19, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It should be so:

if(MSVC)

For example, MinGW is GNU compiler with WIN32=true, and it does not need the file 'visualc/include/strings.h'.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed. Thank you.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants