mirror of
https://github.com/edubart/otclient.git
synced 2025-10-17 13:03:27 +02:00
remove libpng
This commit is contained in:
@@ -11,7 +11,6 @@ FIND_PACKAGE(OpenGL REQUIRED)
|
||||
FIND_PACKAGE(Lua51 REQUIRED)
|
||||
FIND_PACKAGE(YamlCpp REQUIRED)
|
||||
FIND_PACKAGE(PhysFS REQUIRED)
|
||||
FIND_PACKAGE(PNG REQUIRED)
|
||||
FIND_PACKAGE(GMP REQUIRED)
|
||||
|
||||
# choose a default build type if not specified
|
||||
@@ -35,15 +34,13 @@ INCLUDE_DIRECTORIES(
|
||||
${YAMLCPP_INCLUDE_DIRS}
|
||||
${PHYSFS_INCLUDE_DIRS}
|
||||
${GMP_INCLUDE_DIR}
|
||||
${PNG_INCLUDE_DIRS}
|
||||
"${CMAKE_CURRENT_SOURCE_DIR}/src/framework")
|
||||
|
||||
LINK_DIRECTORIES(
|
||||
${Boost_LIBRARY_DIRS}
|
||||
${LUA_LIBRARY_DIRS}
|
||||
${PHYSFS_LIBRARY_DIRS}
|
||||
${YAMLCPP_LIBRARY_DIRS}
|
||||
${PNG_LIBRARY_DIRS})
|
||||
${YAMLCPP_LIBRARY_DIRS})
|
||||
|
||||
# setup definitions
|
||||
ADD_DEFINITIONS(-D_REENTRANT)
|
||||
|
Reference in New Issue
Block a user