8 lines
125 B
CMake
8 lines
125 B
CMake
|
|
# cmake_minimum_required(VERSION 2.8.0)
|
|
#Compile gtest for test code.
|
|
add_subdirectory(ReturnCode)
|
|
add_subdirectory(LogC)
|
|
|
|
|