mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-05 06:08:41 -06:00
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
|