diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 2570b3c0..fbd63e05 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -63,5 +63,6 @@ add_subdirectory(backend) add_subdirectory(common) add_subdirectory(types) add_subdirectory(session) +add_subdirectory(render) add_subdirectory(example) |