7 lines
79 B
CMake
7 lines
79 B
CMake
cmake_minimum_required(VERSION 2.8.8)
|
|
|
|
add_executable(
|
|
MemFsTest
|
|
test.cpp
|
|
)
|