Guest User

Untitled

a guest
Apr 25th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. cmake_minimum_required (VERSION 2.6)
  2. set(CMAKE_BUILD_TYPE DEBUG)
  3. set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake/")
  4.  
  5. project(someNameHere)
  6.  
  7. add_executable(programName main.cpp)
  8. target_link_libraries(programName
  9. SDL
  10. )
Add Comment
Please, Sign In to add comment