cpfm/src/CMakeLists.txt

7 lines
279 B
CMake
Raw Normal View History

2018-01-11 21:47:59 +01:00
aux_source_directory(. SOURCE_LIST)
aux_source_directory(wallets SOURCE_LIST_WALLETS)
aux_source_directory(exchanges SOURCE_LIST_EXCHANGES)
add_executable(${EXECUTABLE} ${SOURCE_LIST} ${SOURCE_LIST_WALLETS} ${SOURCE_LIST_EXCHANGES})
target_link_libraries(${EXECUTABLE} ${LIBS})