mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-19 11:26:11 +00:00
562979bcff
* Remove qmake project and move some variables directly to CMake project * Remove meson and update docs. * Add instructions for basic macOS build.
14 lines
330 B
C
14 lines
330 B
C
|
|
#ifndef CUTTER_CONFIG_H
|
|
#define CUTTER_CONFIG_H
|
|
|
|
#define CUTTER_VERSION_MAJOR @CUTTER_VERSION_MAJOR@
|
|
#define CUTTER_VERSION_MINOR @CUTTER_VERSION_MINOR@
|
|
#define CUTTER_VERSION_PATCH @CUTTER_VERSION_PATCH@
|
|
|
|
#define CUTTER_VERSION_FULL "@CUTTER_VERSION_FULL@"
|
|
|
|
#define CUTTER_EXTRA_PLUGIN_DIRS "@CUTTER_EXTRA_PLUGIN_DIRS@"
|
|
|
|
#endif
|