Change return values for GEOSWKBWriter_getIncludeSRID_r to match function signature.
[geos.git] / build / bjam / geos_unit / Jamfile
blob18b505da8c54fc76d156fa5130163905b33492ca
1 import set ;\r
2 \r
3 GEOS_DIR = ../../.. ;\r
4 SOURCE_DIR = $(GEOS_DIR)/tests/unit ;\r
5 \r
6 project\r
7     : requirements\r
8         <include>$(GEOS_DIR)/capi\r
9         <include>$(GEOS_DIR)/source/headers\r
10         <include>$(GEOS_DIR)/tests/tut\r
11         <include>$(SOURCE_DIR)\r
12         <toolset>msvc:<define>_MBCS\r
13         <toolset>msvc:<undef>_UNICODE\r
14         <toolset>msvc:<undef>UNICODE\r
15     : source-location\r
16         $(SOURCE_DIR)\r
17     ;\r
19 exe geos_unit\r
20     :   # sources\r
21         ../geos//libgeos\r
22         ../geos_c//libgeos_c\r
23         [ glob capi/*.cpp ]\r
24         [ glob algorithm/*.cpp ]\r
25         [ glob algorithm/CGAlgorithms/*.cpp ]\r
26         [ glob geom/*.cpp ]\r
27         [ glob geom/Geometry/*.cpp ]\r
28         [ glob index/*.cpp ]\r
29         [ glob index/quadtree/*.cpp ]\r
30         [ glob io/*.cpp ]\r
31         [ glob noding/*.cpp ]\r
32         [ glob operation/*.cpp ]\r
33         [ glob operation/distance/*.cpp ]\r
34         [ glob operation/overlay/*.cpp ]\r
35         [ glob precision/*.cpp ]\r
36         [ glob simplify/*.cpp ]\r
37         [ glob util/*.cpp ]\r
38         geos_unit.cpp\r
39     ;\r