diff options
author | callum_linden <none@none> | 2015-03-24 17:22:58 -0700 |
---|---|---|
committer | callum_linden <none@none> | 2015-03-24 17:22:58 -0700 |
commit | dbdef626d650de288697848977155e223cbba9ad (patch) | |
tree | cb8dc1b92e6822deb6338630ee4993a185f1212b /indra/media_plugins/CMakeLists.txt | |
parent | f8989216a4dff518655a9af540f0404449e37a20 (diff) |
Add new media plugin (currently renders squares as example) in preparation for new CEF code
Diffstat (limited to 'indra/media_plugins/CMakeLists.txt')
-rwxr-xr-x | indra/media_plugins/CMakeLists.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/indra/media_plugins/CMakeLists.txt b/indra/media_plugins/CMakeLists.txt index 956e8fe890..0e0f84d1fd 100755 --- a/indra/media_plugins/CMakeLists.txt +++ b/indra/media_plugins/CMakeLists.txt @@ -2,7 +2,9 @@ add_subdirectory(base) -### add_subdirectory(webkit) +if (WINDOWS) + add_subdirectory(cef) +endif (WINDOWS) if (LINUX) add_subdirectory(gstreamer010) |