From 4d9bf8032dd659e091394d688b6a2c59bf222240 Mon Sep 17 00:00:00 2001 From: Vitaly Svyastyn Date: Tue, 31 Oct 2017 13:32:16 +0200 Subject: Initial CMake support. (#1013) * CMake files for building application and core library. * CMake files for core plugins. Now it runs! * CMake files for some plugins. --- src/core/stduihist/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/core/stduihist/CMakeLists.txt (limited to 'src/core/stduihist/CMakeLists.txt') diff --git a/src/core/stduihist/CMakeLists.txt b/src/core/stduihist/CMakeLists.txt new file mode 100644 index 0000000000..6b344c8bd4 --- /dev/null +++ b/src/core/stduihist/CMakeLists.txt @@ -0,0 +1,2 @@ +set(TARGET StdUIHist) +include(${CMAKE_SOURCE_DIR}/cmake/core.cmake) \ No newline at end of file -- cgit v1.2.3