This is just basic stuff to get the build process started for the changes between 3.2.0 and 3.2.1.
10 lines
423 B
Diff
10 lines
423 B
Diff
--- Common/CMakeLists.txt.orig 2014-12-30 15:54:04.262556059 -0600
|
|
+++ Common/CMakeLists.txt 2014-12-30 15:54:58.750481194 -0600
|
|
@@ -89,6 +89,7 @@
|
|
endif()
|
|
|
|
add_library(${PROJECTNAME} ${HEADER_FILES} ${SOURCE_FILES})
|
|
+set_target_properties(${PROJECTNAME} PROPERTIES VERSION ${MYGUI_VERSION} SOVERSION ${MYGUI_VERSION_MAJOR})
|
|
|
|
if(MYGUI_RENDERSYSTEM EQUAL 1)
|
|
add_dependencies(${PROJECTNAME} MyGUI.DummyPlatform)
|