CPM.cmake icon indicating copy to clipboard operation
CPM.cmake copied to clipboard

Add example for using the `libuv` repository

Open midhunadarvin opened this issue 10 months ago • 0 comments

Repository : https://github.com/libuv/libuv

I tried with the following configuration :

CPMAddPackage(
        NAME libuv
        GITHUB_REPOSITORY libuv/libuv
        VERSION 1.48.0
)

and linked it with my target, but it seems the files inside the include folder of libuv are not accessible. Is there any other change that I need to make ?

midhunadarvin avatar Apr 21 '24 04:04 midhunadarvin