Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

cmake_minimum_required(VERSION 3.

21)
project(ex3a_omer9005 C)

set(CMAKE_C_STANDARD 11)

include_directories(.)

add_executable(ex3a_omer9005
linked_list.c
linked_list.h
markov_chain.h
tweets_generator.c marcov_chain.c)

You might also like