7 lines
119 B
C
7 lines
119 B
C
|
#ifndef example_exe_h
|
||
|
#define example_exe_h
|
||
|
|
||
|
#define EXAMPLE_EXE_PLUGIN_DIR "@CMAKE_LIBRARY_OUTPUT_DIRECTORY@"
|
||
|
|
||
|
#endif
|