You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
282 B

8 years ago
set(CNAME "f2b")
set(VERSION 0.07)
8 years ago
8 years ago
project(${CNAME} C)
cmake_minimum_required(VERSION 2.6)
8 years ago
8 years ago
set(CMAKE_INSTALL_PREFIX "/usr/local")
8 years ago
8 years ago
include(CTest)
add_subdirectory(src)
add_subdirectory(t)
set_property(DIRECTORY "t" PROPERTY COMPILE_FLAGS "-g;-ggdb;-Wall;-Wextra;-pedantic;-O0")