Skip to content

Fixed include dir path for cmake#108

Merged
Theldus merged 1 commit intoTheldus:masterfrom
WebmasterTD:master
Jan 20, 2025
Merged

Fixed include dir path for cmake#108
Theldus merged 1 commit intoTheldus:masterfrom
WebmasterTD:master

Conversation

@WebmasterTD
Copy link
Contributor

Description

When this library is used with CMake FetchContent:

FetchContent_Declare(
  wsServer
  GIT_REPOSITORY https://github.com/Theldus/wsServer.git
)
FetchContent_MakeAvailable(wsServer)

the project fails to compile due to missing include directory.
This PR fixes that.

Checklist

  • I've read the notice in the PR template before submitting it
  • My PR is:
    • Trivial and:
      • I haven't created an issue

@Theldus
Copy link
Owner

Theldus commented Jan 20, 2025

Hi @WebmasterTD,
Thanks for spotting this, merged.

@Theldus Theldus merged commit 6941aa8 into Theldus:master Jan 20, 2025
2 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants