diff options
author | William Todd Stinson <stinson@lindenlab.com> | 2012-09-21 17:32:28 -0700 |
---|---|---|
committer | William Todd Stinson <stinson@lindenlab.com> | 2012-09-21 17:32:28 -0700 |
commit | 3d5e24d135bd5d2636f075f9ef12ffba2129c61f (patch) | |
tree | 178c3e4d2d410bfa5e6bbc34da44d17372dcad90 /indra/llwindow/CMakeLists.txt | |
parent | fcb010e835d9b894ba6d1012ac8e3a85c5ab3400 (diff) |
Adding the CXX to each CMake project definition.
Diffstat (limited to 'indra/llwindow/CMakeLists.txt')
-rw-r--r-- | indra/llwindow/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llwindow/CMakeLists.txt b/indra/llwindow/CMakeLists.txt index 341bddfffd..5600e7d97e 100644 --- a/indra/llwindow/CMakeLists.txt +++ b/indra/llwindow/CMakeLists.txt @@ -8,7 +8,7 @@ # Unfortunately, the affected code is a rat's nest of #ifdefs, so it's # easier to play compilation tricks than to actually fix the problem. -project(llwindow) +project(llwindow CXX) include(00-Common) include(DirectX) |