actually everything is CLANG'd webgl
authorkoda
Tue, 04 Jun 2013 23:48:44 +0200
branchwebgl
changeset 9133 a269fe7090a0
parent 9130 4f4b71da3559
child 9136 78f087fd3e5b
actually everything is CLANG'd
cmake_modules/FindClang.cmake
--- a/cmake_modules/FindClang.cmake	Tue Jun 04 23:48:24 2013 +0200
+++ b/cmake_modules/FindClang.cmake	Tue Jun 04 23:48:44 2013 +0200
@@ -18,3 +18,4 @@
 endif()
 
 set(CMAKE_C_COMPILER ${CLANG_EXECUTABLE})
+set(CMAKE_CXX_COMPILER ${CLANG_EXECUTABLE})