mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-03 13:31:27 +12:00
gl: Enable core context and debug output.
This commit is contained in:
parent
35570a5ebf
commit
855d6935d9
7 changed files with 45 additions and 22 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue