mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-05 23:09:04 +00:00
8 lines
162 B
CMake
8 lines
162 B
CMake
|
#ifndef OVQT_CONFIG_H
|
||
|
#define OVQT_CONFIG_H
|
||
|
|
||
|
#define DATA_DIR "${NL_SHARE_ABSOLUTE_PREFIX}/studio"
|
||
|
#define PLUGINS_DIR "${NL_LIB_ABSOLUTE_PREFIX}/studio"
|
||
|
|
||
|
#endif
|