]> git.mxchange.org Git - simgear.git/blob - simgear/scene/CMakeLists.txt
Fix path in include directive
[simgear.git] / simgear / scene / CMakeLists.txt
1 include (SimGearComponent)
2
3 include_directories(${PROJECT_SOURCE_DIR})
4
5 foreach( mylibfolder 
6         bvh
7         material
8         model
9         sky
10         tgdb
11         util
12         tsync
13     )
14
15     add_subdirectory(${mylibfolder})
16
17 endforeach( mylibfolder )
18