You are on page 1of 1

cmake_minimum_required(VERSION 2.8.

9)
project (q3_encrypted_chat)
add_executable(q3_encrypted_chat q3_encrypted_chat.c)
target_link_libraries(q3_encrypted_chat)

You might also like