Advertisement
Guest User

Untitled

a guest
Jun 27th, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. cmake_minimum_required(VERSION 3.10)
  2.  
  3. project(test1)
  4.  
  5. include_directories(../include)
  6.  
  7. set (SOURCES
  8. test1.cpp
  9. client.cpp
  10. )
  11. add_executable(test1 ${SOURCES})
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement