From d4a1613e9f119ae68c695ab60f8d9856d1a54a52 Mon Sep 17 00:00:00 2001 From: gregory guy Date: Thu, 27 Jun 2019 16:35:25 +0200 Subject: Conversion to the cmake building system. Add includes to UI files to resolve FTBFS. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: gregory guy Signed-off-by: Slávek Banko --- kbruch/CMakeLists.txt | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 kbruch/CMakeLists.txt (limited to 'kbruch/CMakeLists.txt') diff --git a/kbruch/CMakeLists.txt b/kbruch/CMakeLists.txt new file mode 100644 index 00000000..192ddd69 --- /dev/null +++ b/kbruch/CMakeLists.txt @@ -0,0 +1,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}\"" +) -- cgit v1.2.1