10 lines
478 B
Plaintext
10 lines
478 B
Plaintext
|
# Copyright Rene Rivera 2015
|
||
|
# Distributed under the Boost Software License, Version 1.0.
|
||
|
# (See accompanying file LICENSE_1_0.txt or copy at
|
||
|
# http://www.boost.org/LICENSE_1_0.txt)
|
||
|
|
||
|
exe predef_check_as_c : predef_check_as_c.c : <include>../include ;
|
||
|
exe predef_check_as_cpp : predef_check_as_cpp.cpp : <include>../include ;
|
||
|
exe predef_check_as_objc : predef_check_as_objc.m : <include>../include ;
|
||
|
exe predef_check_as_objcpp : predef_check_as_objcpp.mm : <include>../include ;
|