This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
stellar-stellar/include/CMakeLists.txt
2024-05-24 16:41:51 +08:00

7 lines
564 B
CMake

install(FILES stellar/utils.h DESTINATION include/stellar/ COMPONENT Profile)
install(FILES stellar/tuple.h DESTINATION include/stellar/ COMPONENT Profile)
install(FILES stellar/packet.h DESTINATION include/stellar/ COMPONENT Profile)
install(FILES stellar/session.h DESTINATION include/stellar/ COMPONENT Profile)
install(FILES stellar/stellar.h DESTINATION include/stellar/ COMPONENT Profile)
install(FILES stellar/session_mq.h DESTINATION include/stellar/ COMPONENT Profile)
install(FILES stellar/session_exdata.h DESTINATION include/stellar/ COMPONENT Profile)