merge changes
This commit is contained in:
commit
d9edd85e60
3 changed files with 6 additions and 7 deletions
|
@ -6,7 +6,6 @@
|
|||
#include <vector>
|
||||
|
||||
#include <pw/core/image.hpp>
|
||||
#include <pw/core/size.hpp>
|
||||
|
||||
namespace pw {
|
||||
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
cmake_minimum_required(VERSION 3.8)
|
||||
cmake_minimum_required(VERSION 3.20)
|
||||
|
||||
project(glad)
|
||||
|
||||
add_library(glad STATIC src/glad.c)
|
||||
|
||||
target_include_directories(
|
||||
glad
|
||||
PUBLIC
|
||||
include
|
||||
)
|
||||
glad
|
||||
PUBLIC
|
||||
include
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue