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

Add CMake build. #396

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

Add CMake build. #396

wants to merge 7 commits into from

Conversation

isaachier
Copy link

No description provided.

CMakeLists.txt Outdated
@@ -45,7 +45,7 @@ target_include_directories(gumbo PUBLIC
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