Mercurial > hg > CbC > CbC_xv6
view CMakeLists.txt @ 300:edc8e6c71dc6
remove debug code at gen_stub.pl
author | anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Wed, 29 Jan 2020 22:53:44 +0900 |
parents | 087d7b61c86b |
children |
line wrap: on
line source
cmake_minimum_required(VERSION 3.3) # output compile log set(CMAKE_VERBOSE_MAKEFILE 1) # set compiler set(CMAKE_C_COMPILER $ENV{CBC_COMPILER}) # compile option add_definitions("-Wall -g -O0") add_subdirectory(src)