aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
blob: cd052c94ca2bc04d62ab8faf92c0157ae82dbc75 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
CMAKE_MINIMUM_REQUIRED(VERSION 2.8)

project(atracdenc)

if (UNIX)
    add_subdirectory(3rd/gtest-1.7.0)
    add_subdirectory(test)
    enable_testing()
endif()
add_subdirectory(src)