include_directories(./.)


add_library(NBWindow 
    ./src/Window.cpp
    ./../../../glad/src/glad.c
)
target_link_libraries(NBWindow glfw)
