Add CONFIG for glfw
This commit is contained in:
parent
d8d67d515e
commit
4d517cea85
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ check_ipo_supported(RESULT IS_IPO_SUPPORTED OUTPUT IPO_OUTPUT_VERBOSE)
|
|||
|
||||
find_package(OpenGL REQUIRED)
|
||||
find_package(GLEW REQUIRED)
|
||||
find_package(glfw3 REQUIRED)
|
||||
find_package(glfw3 CONFIG REQUIRED)
|
||||
find_package(PkgConfig REQUIRED)
|
||||
pkg_check_modules(Jemalloc REQUIRED IMPORTED_TARGET GLOBAL jemalloc)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue