Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- cmake_minimum_required(VERSION 3.19)
- project(prog_2021 C)
- set(CMAKE_C_STANDARD 11)
- include_directories(ps4)
- add_executable(prog_2021
- ps4/bmp.h
- ps4/main.c
- ps4/bmp.c
- ps4/transformations.c
- ps4/transformations.h
- )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement