mirror of https://github.com/axmolengine/axmol.git
Improve cmake script
This commit is contained in:
parent
facba25f12
commit
872693b5e0
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue