Advertisement
Guest User

Liang Qi

a guest
Apr 26th, 2011
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. set(CMAKE_C_COMPILER "clang")
  2. set(CMAKE_CXX_COMPILER "clang++")
  3.  
  4. cmake_minimum_required (VERSION 2.6)
  5. project (cppsa_test)
  6. add_executable(cppsa_test main.cpp)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement