mirror of
https://github.com/tstack/lnav
synced 2024-11-01 21:40:34 +00:00
fa296fca1b
Also: bump to c++14 and added a helper template for creating sqlite virtual tables
7 lines
125 B
CMake
7 lines
125 B
CMake
|
|
cmake_minimum_required (VERSION 2.6)
|
|
SET(CMAKE_CXX_STANDARD 14)
|
|
project (lnav)
|
|
add_subdirectory(src)
|
|
add_subdirectory(test)
|