mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2025-01-06 07:14:00 +00:00
9bc219ee14
About Shared Library (shared) and Module Library (module) type of cmake target INSTALL command has different behaviour for ARCHIVE LIBRARY RUNTIME depending on the platform
7 lines
182 B
CMake
7 lines
182 B
CMake
#ifndef OVQT_CONFIG_H
|
|
#define OVQT_CONFIG_H
|
|
|
|
#define DATA_DIR "${NL_SHARE_ABSOLUTE_PREFIX}/object_viewer_qt"
|
|
#define PLUGINS_DIR "${NL_LIB_ABSOLUTE_PREFIX}/object_viewer_qt"
|
|
|
|
#endif
|