Changeset View
Changeset View
Standalone View
Standalone View
build_files/cmake/macros.cmake
| Context not available. | |||||
| # NOTE: For all new libraries, use absolute library paths. | # NOTE: For all new libraries, use absolute library paths. | ||||
| # This should eventually be phased out. | # This should eventually be phased out. | ||||
| # APPLE plaform uses full paths for linking libraries, and avoids link_directories. | # APPLE platform uses full paths for linking libraries, and avoids link_directories. | ||||
| if(NOT MSVC AND NOT APPLE) | if(NOT MSVC AND NOT APPLE) | ||||
| link_directories(${JPEG_LIBPATH} ${PNG_LIBPATH} ${ZLIB_LIBPATH} ${FREETYPE_LIBPATH}) | link_directories(${JPEG_LIBPATH} ${PNG_LIBPATH} ${ZLIB_LIBPATH} ${FREETYPE_LIBPATH}) | ||||
| Context not available. | |||||