use glfw3 target export feature
This commit is contained in:
parent
2508fb39ee
commit
7ffef5851d
2 changed files with 1 additions and 7 deletions
|
@ -8,9 +8,6 @@ project ("NES Emulator")
|
|||
find_package(glfw3)
|
||||
if(NOT ${GLFW3_FOUND})
|
||||
add_subdirectory("vendor/glfw")
|
||||
|
||||
set(GLFW3_INCLUDE_DIRS glfw)
|
||||
set(GLFW3_LIBRARIES glfw)
|
||||
endif()
|
||||
add_subdirectory("vendor/glad")
|
||||
add_subdirectory("vendor/spdlog")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue