You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
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}\""
|
|
)
|