This commit is contained in:
Adam Gu
2018-04-13 17:52:51 +08:00
11 changed files with 103 additions and 101 deletions
-4
View File
@@ -1,7 +1,3 @@
if(UNIX)
add_definitions(-std=c++11)
endif()
file(GLOB SRCS *.cc *.h)
add_executable(rest_book_server ${SRCS})