mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
12 lines
188 B
CMake
12 lines
188 B
CMake
|
|
file (GLOB SOURCE_FILES *.cpp)
|
|
file (GLOB HEADER_FILES *.hpp)
|
|
|
|
init_target (sip_client)
|
|
|
|
build_executable (${TARGET_NAME} ${SOURCE_FILES} ${HEADER_FILES})
|
|
|
|
link_boost ()
|
|
final_target ()
|
|
|