Files
rippled/examples/testee_client/CMakeLists.txt
2013-07-21 07:49:15 -05:00

12 lines
191 B
CMake

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