gl: Enable core context and debug output.

This commit is contained in:
Vincent Lejeune 2016-03-22 22:26:37 +01:00
parent 35570a5ebf
commit 855d6935d9
7 changed files with 45 additions and 22 deletions

View file

@ -15,6 +15,8 @@ endif()
set(PNG_SHARED OFF CACHE BOOL "Build shared lib." FORCE)
set(PNG_TESTS OFF CACHE BOOL "Build tests." FORCE)
add_definitions(-DCMAKE_BUILD)
add_subdirectory( asmjit )
add_subdirectory( 3rdparty/libpng )
# TODO: do real installation, including copying directory structure