Fix include problems

This commit is contained in:
Vinicius 2023-12-19 23:47:10 -03:00
parent 89a8a2fda9
commit 00c06e2bad
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 2.8) cmake_minimum_required(VERSION 2.8.12)
project(pingpong) project(pingpong)
set(INCLUDE_DIR ${CMAKE_SOURCE_DIR}/include) set(INCLUDE_DIR ${CMAKE_SOURCE_DIR}/include)
@ -15,6 +15,7 @@ set(INCLUDE_FILES
${INCLUDE_DIR}/utils.h ${INCLUDE_DIR}/utils.h
) )
set(SOURCE_FILES set(SOURCE_FILES
${SRC_DIR}/socket.c ${SRC_DIR}/socket.c
${SRC_DIR}/pipe.c ${SRC_DIR}/pipe.c