Files
rippled/examples/debug_server/CMakeLists.txt
2014-03-02 19:43:11 -06:00

11 lines
189 B
CMake

file (GLOB SOURCE_FILES *.cpp)
file (GLOB HEADER_FILES *.hpp)
init_target (debug_server)
build_executable (${TARGET_NAME} ${SOURCE_FILES} ${HEADER_FILES})
link_boost ()
final_target ()