Advertisement
kknndd_

Untitled

Apr 25th, 2021
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. cmake_minimum_required(VERSION 3.19)
  2. project(prog_2021 C)
  3.  
  4. set(CMAKE_C_STANDARD 11)
  5.  
  6. include_directories(ps4)
  7.  
  8. add_executable(prog_2021
  9. ps4/bmp.h
  10. ps4/main.c
  11. ps4/bmp.c
  12. ps4/transformations.c
  13. ps4/transformations.h
  14. )
  15.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement