Improve cmake script

This commit is contained in:
halx99 2023-03-30 00:19:24 +08:00
parent facba25f12
commit 872693b5e0
1 changed files with 0 additions and 2 deletions

View File

@ -4,8 +4,6 @@ set(target_name ${lib_name})
project(${target_name})
include(AXPlatform)
add_library(${target_name}
"include/glad/gl.h"
src/gl.c)