Fix include problems
This commit is contained in:
parent
89a8a2fda9
commit
00c06e2bad
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue