renamed .c to .cpp

This commit is contained in:
sachaaaaa 2018-07-09 14:09:54 +10:00
parent 33586d385b
commit 7442387307
4 changed files with 3 additions and 3 deletions

View File

@ -82,7 +82,7 @@ if(RELEASE_MOTTO)
endif()
set(EXE llarpd)
set(EXE_SRC daemon/main.c)
set(EXE_SRC daemon/main.cpp)
if(SODIUM_INCLUDE_DIR)
include_directories(${SODIUM_INCLUDE_DIR})
@ -134,7 +134,7 @@ endif()
set(LIB_SRC
llarp/address_info.cpp
llarp/bencode.c
llarp/bencode.cpp
llarp/buffer.cpp
llarp/config.cpp
llarp/context.cpp
@ -145,7 +145,7 @@ set(LIB_SRC
llarp/encrypted_frame.cpp
llarp/ev.cpp
llarp/exit_info.cpp
llarp/exit_route.c
llarp/exit_route.cpp
llarp/iwp_link.cpp
llarp/logger.cpp
llarp/link.c