mirror of
https://github.com/KingDuckZ/kamokan.git
synced 2024-11-23 00:33:44 +00:00
King_DuckZ
1870829ec2
Response classes are given a chance to modify the dictionary that is later sent to mstch.
9 lines
281 B
CMake
9 lines
281 B
CMake
cmake_minimum_required(VERSION 3.3 FATAL_ERROR)
|
|
list (APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules)
|
|
project(tawashi_top)
|
|
|
|
set(TAWASHI_SOURCE_ROOT "${CMAKE_CURRENT_SOURCE_DIR}")
|
|
|
|
add_subdirectory(lib/incredis)
|
|
add_subdirectory(lib/mstch)
|
|
add_subdirectory(src)
|