Add GLFW in the CMakeLists, and remove all SDL references.

This commit is contained in:
Godzil
2020-11-14 20:14:57 +00:00
parent 02c16b7987
commit 9035a922c3
2 changed files with 9 additions and 4 deletions

View File

@@ -6,6 +6,5 @@ add_library(wswan ${SOURCES} ${HEADERS})
target_link_libraries(wswan nec_v30)
target_include_directories(wswan PUBLIC .)
target_include_directories(wswan PUBLIC ${SDL_INCLUDE_DIR})
add_subdirectory(nec)