mirror of
https://git.freebsd.org/ports.git
synced 2025-06-27 15:40:32 -04:00
for C++ and Qt-based libraries by providing a framework to help automating most of the process. It uses the ApiExtractor library to parse the header files and manipulate the classes information while generating the binding code using front-end modules provided by the user. GeneratorRunner is based on the QtScriptGenerator project WWW: http://www.pyside.org/docs/generatorrunner/
11 lines
692 B
Text
11 lines
692 B
Text
--- ./CMakeLists.txt.orig 2011-11-18 21:38:22.000000000 +0100
|
|
+++ ./CMakeLists.txt 2011-12-18 18:34:11.000000000 +0100
|
|
@@ -41,7 +41,7 @@
|
|
set(generator_MINOR_VERSION "6")
|
|
set(generator_MICRO_VERSION "15")
|
|
set(generator_VERSION "${generator_MAJOR_VERSION}.${generator_MINOR_VERSION}.${generator_MICRO_VERSION}")
|
|
-set(generator_SOVERSION "${generator_MAJOR_VERSION}.${generator_MINOR_VERSION}")
|
|
+set(generator_SOVERSION "${generator_MAJOR_VERSION}")
|
|
set(USE_GENERATOR_VERSION_SUFFIX FALSE CACHE BOOL "This suffix allow to have various generator version installed simultaneous.")
|
|
if (ENABLE_VERSION_SUFFIX)
|
|
set(generator_SUFFIX "-${generator_MAJOR_VERSION}.${generator_MINOR_VERSION}")
|