8 lines
162 B
C
8 lines
162 B
C
|
#ifndef testVisualStudioSlnParser_h
|
||
|
#define testVisualStudioSlnParser_h
|
||
|
|
||
|
#define SOURCE_DIR "@CMAKE_CURRENT_SOURCE_DIR@"
|
||
|
#define SLN_EXTENSION "sln-file"
|
||
|
|
||
|
#endif
|