You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
233 B
CMake
15 lines
233 B
CMake
![]()
6 years ago
|
set(SRCS
|
||
|
book.cc
|
||
|
book.h
|
||
|
book_db.cc
|
||
|
book_db.h
|
||
|
book_json.cc
|
||
|
book_json.h
|
||
|
views.cc
|
||
|
views.h
|
||
|
main.cc
|
||
|
)
|
||
|
|
||
|
add_executable(book_server ${SRCS})
|
||
|
target_link_libraries(book_server ${EXAMPLE_LIBS} jsoncpp)
|