summaryrefslogtreecommitdiff
path: root/indra/test_apps
diff options
context:
space:
mode:
authorWilliam Todd Stinson <stinson@lindenlab.com>2012-09-21 17:32:28 -0700
committerWilliam Todd Stinson <stinson@lindenlab.com>2012-09-21 17:32:28 -0700
commit3d5e24d135bd5d2636f075f9ef12ffba2129c61f (patch)
tree178c3e4d2d410bfa5e6bbc34da44d17372dcad90 /indra/test_apps
parentfcb010e835d9b894ba6d1012ac8e3a85c5ab3400 (diff)
Adding the CXX to each CMake project definition.
Diffstat (limited to 'indra/test_apps')
-rw-r--r--indra/test_apps/llplugintest/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/test_apps/llplugintest/CMakeLists.txt b/indra/test_apps/llplugintest/CMakeLists.txt
index 1211bb7e5a..ceaed5a425 100644
--- a/indra/test_apps/llplugintest/CMakeLists.txt
+++ b/indra/test_apps/llplugintest/CMakeLists.txt
@@ -1,5 +1,5 @@
# -*- cmake -*-
-project(llplugintest)
+project(llplugintest CXX)
include(00-Common)
include(FindOpenGL)