20 lines
385 B
XML
20 lines
385 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<config>
|
|
<Bool>1</Bool>
|
|
<Int>42</Int>
|
|
<Float>3.1416</Float>
|
|
<String>Hello World!</String>
|
|
|
|
<source>
|
|
<source_paths>
|
|
<source_path>data</source_path>
|
|
</source_paths>
|
|
<header_search_paths>
|
|
<header_search_path>data/</header_search_path>
|
|
<header_search_path>src/</header_search_path>
|
|
</header_search_paths>
|
|
|
|
</source>
|
|
</config>
|
|
|