mirror of
https://github.com/glest/glest-source.git
synced 2025-08-19 14:41:23 +02:00
rename output library (drop "liblib")
closes #266 Best to wait until the build is fixed to merge this.
This commit is contained in:
@@ -48,6 +48,7 @@ ENDIF()
|
||||
SET(EXTERNAL_LIBS "")
|
||||
SET(TARGET_NAME "libzetaglest")
|
||||
|
||||
|
||||
IF(BUILD_MODEL_VIEWER OR BUILD_MAP_EDITOR OR BUILD_ZETAGLEST)
|
||||
MESSAGE(STATUS "Building ZetaGlest shared library...")
|
||||
|
||||
@@ -453,6 +454,7 @@ IF(BUILD_MODEL_VIEWER OR BUILD_MAP_EDITOR OR BUILD_ZETAGLEST)
|
||||
|
||||
IF(NOT WIN32)
|
||||
ADD_LIBRARY(${TARGET_NAME} STATIC ${ZG_SOURCE_FILES} ${ZG_INCLUDE_FILES})
|
||||
set_target_properties(libzetaglest PROPERTIES PREFIX "")
|
||||
#MESSAGE(STATUS "Building shared game library as a STATIC library and saving to [${LIBRARY_OUTPUT_PATH}]")
|
||||
ELSE()
|
||||
SET(LIBRARY_OUTPUT_PATH ${PROJECT_SOURCE_DIR}/data/glest_game)
|
||||
|
Reference in New Issue
Block a user