Advertisement
Guest User

Untitled

a guest
Feb 18th, 2019
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CMake 0.10 KB | None | 0 0
  1. cmake_minimum_required(VERSION 3.4)
  2.  
  3. project(Foo)
  4.  
  5. file(WRITE foo.cpp "")
  6.  
  7. add_library(foo foo.cpp)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement