Advertisement
Guest User

CMakeLists.txt

a guest
Nov 3rd, 2013
631
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CMake 0.21 KB | None | 0 0
  1. cmake_minimum_required(VERSION 2.8.9)
  2.  
  3. set(CMAKE_AUTOMOC ON)
  4.  
  5. set(CMAKE_PREFIX_PATH "/opt/Qt/5.1.1/gcc_64")
  6. set(CMAKE_INCLUDE_CURRENT_DIR ON)
  7.  
  8. project(hello-world)
  9.  
  10. include_directories(inc)
  11.  
  12. subdirs(src)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement