12 lines
No EOL
361 B
CMake
12 lines
No EOL
361 B
CMake
@PACKAGE_INIT@
|
|
|
|
include("${CMAKE_CURRENT_LIST_DIR}/windowGlfwGlLibTargets.cmake")
|
|
include(CMakeFindDependencyMacro)
|
|
find_dependency(OpenGL REQUIRED)
|
|
find_dependency(GLEW REQUIRED)
|
|
find_dependency(glfw3 REQUIRED)
|
|
find_dependency(PkgConfig REQUIRED)
|
|
|
|
pkg_check_modules(Jemalloc REQUIRED IMPORTED_TARGET GLOBAL jemalloc)
|
|
|
|
check_required_components(windowGlfwGlLib) |