libSDL2pp | C11 bindings/wrapper for SDL2 | Media library
kandi X-RAY | libSDL2pp Summary
kandi X-RAY | libSDL2pp Summary
This library provides C++11 bindings/wrapper for SDL2 and satellite libraries.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of libSDL2pp
libSDL2pp Key Features
libSDL2pp Examples and Code Snippets
Community Discussions
Trending Discussions on libSDL2pp
QUESTION
I'm building a static library and linking it into my executable target. The library builds fine in a vacuum, but when I try to include a header from the library, I get a "No such file" error pointing at the static library's dependency.
My understanding is that my static lib should privately include its dependencies, and the consumer shouldn't have to do anything besides linking the library. Is this wrong? Or am I just including the static lib's dependencies improperly?
CMakeLists.txt for the static lib:
...ANSWER
Answered 2019-Jan-01 at 19:37You made the SDL2pp dependency private for Framework_Game
thus it doesn't propagate to targets depending on Framework_Game
. I don't know the SDL2pp library so I can't tell exactly which of these need to be public, but
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install libSDL2pp
Arch Linux AUR
DragonflyBSD DPorts
FreeBSD ports
Yet Another Cygwin Ports
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page