diff options
author | Vitaly Svyastyn <protomors@gmail.com> | 2017-10-31 13:32:16 +0200 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-10-31 14:32:16 +0300 |
commit | 4d9bf8032dd659e091394d688b6a2c59bf222240 (patch) | |
tree | 517f405276c562044b8f7f32a9475e4bac7cf94e /plugins/Db3x_mmap | |
parent | 9437834f8f4d3abf32a8629747385d666c652084 (diff) |
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.
Diffstat (limited to 'plugins/Db3x_mmap')
-rw-r--r-- | plugins/Db3x_mmap/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/Db3x_mmap/CMakeLists.txt b/plugins/Db3x_mmap/CMakeLists.txt new file mode 100644 index 0000000000..eee167c6a9 --- /dev/null +++ b/plugins/Db3x_mmap/CMakeLists.txt @@ -0,0 +1,3 @@ +file(GLOB SOURCES "src/*.h" "src/*.cpp" "src/dbtool/*.cpp" "res/*.rc") +set(TARGET Dbx_mmap) +include(${CMAKE_SOURCE_DIR}/cmake/plugin.cmake)
\ No newline at end of file |