blob: 192ddd69e74566370d7a444c74f62b92b49d20af (
plain)
1
2
3
4
5
6
7
8
|
add_subdirectory( src )
add_subdirectory( testcases )
file( STRINGS "VERSION" _KBRUCH_VERSION )
file( WRITE ${CMAKE_CURRENT_SOURCE_DIR}/src/version.h
"#undef KBRUCH_VERSION\n#define KBRUCH_VERSION \"${_KBRUCH_VERSION}\""
)
|