mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-03 13:31:27 +12:00
Moves glm, GSL and libpng to 3rdparty
Moves glm and GSL to 3rdparty Moves libpng to 3rdparty
This commit is contained in:
parent
6182f5346d
commit
38f93461d1
275 changed files with 12 additions and 20 deletions
|
@ -16,7 +16,7 @@ set(PNG_SHARED OFF CACHE BOOL "Build shared lib." FORCE)
|
|||
set(PNG_TESTS OFF CACHE BOOL "Build tests." FORCE)
|
||||
|
||||
add_subdirectory( asmjit )
|
||||
add_subdirectory( libpng )
|
||||
add_subdirectory( 3rdparty/libpng )
|
||||
# TODO: do real installation, including copying directory structure
|
||||
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY_RELEASE "${PROJECT_BINARY_DIR}/bin")
|
||||
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY_DEBUG "${PROJECT_BINARY_DIR}/bin")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue