Advertisement
michciu

Untitled

Dec 13th, 2019
338
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. cmake_minimum_required(VERSION 3.15)
  2. project(zpcre2 C)
  3.  
  4. set(CMAKE_C_STANDARD 99)
  5.  
  6. link_libraries(pcre2-8)
  7. add_executable(zpcre2 main.c)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement