Skip to content
Snippets Groups Projects
Commit 4e6cbe4a authored by Rye Mutt's avatar Rye Mutt :bread:
Browse files

Add missing epoxy cmake file

parent 684c90cd
No related branches found
No related tags found
No related merge requests found
# -*- cmake -*-
include(Prebuilt)
if (USESYSTEMLIBS)
include(FindPkgConfig)
pkg_check_modules(EPOXY REQUIRED epoxy)
else (USESYSTEMLIBS)
use_prebuilt_binary(libepoxy)
set(EPOXY_INCLUDE_DIRS ${LIBS_PREBUILT_DIR}/include/)
set(EPOXY_LIBRARIES epoxy)
endif (USESYSTEMLIBS)
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment