-
Notifications
You must be signed in to change notification settings - Fork 83
Expand file tree
/
Copy pathCMakeLists.txt
More file actions
27 lines (26 loc) · 819 Bytes
/
Copy pathCMakeLists.txt
File metadata and controls
27 lines (26 loc) · 819 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
add_subdirectory(vsgheadless)
add_subdirectory(vsgmultigpu)
add_subdirectory(vsgmultiviews)
add_subdirectory(vsgortho)
add_subdirectory(vsgoverlay)
add_subdirectory(vsgrendertotexture)
add_subdirectory(vsgrendertotexturearray)
add_subdirectory(vsgscreenshot)
add_subdirectory(vsgoffscreenshot)
add_subdirectory(vsgsubpass)
add_subdirectory(vsgturntablecamera)
add_subdirectory(vsgskybox)
add_subdirectory(vsgviewer)
add_subdirectory(vsgdeviceselection)
add_subdirectory(vsganaglyphicstereo)
add_subdirectory(vsgwindows)
add_subdirectory(vsgcameras)
add_subdirectory(vsgvalidate)
add_subdirectory(vsgaxes)
add_subdirectory(vsgcolorspace)
add_subdirectory(vsgmultiwindowmultiview)
add_subdirectory(vsgrenderoutline)
if (vsgXchange_FOUND)
add_subdirectory(vsghelloworld)
add_subdirectory(vsgdepthpeeling)
endif()