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})