Moves glm, GSL and libpng to 3rdparty

Moves glm and GSL to 3rdparty
Moves libpng to 3rdparty
This commit is contained in:
AnnieL 2016-03-20 01:05:03 +00:00
parent 6182f5346d
commit 38f93461d1
275 changed files with 12 additions and 20 deletions

View file

@ -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")