4 lines
91 B
CMake
4 lines
91 B
CMake
|
|
# cmake_minimum_required(VERSION 2.8.0)
|
|
add_subdirectory(ReturnCode)
|
|
add_subdirectory(Log) |