ScrapExplorer - CMakeLists.txt
Home / usr / Pulse Lines: 1 | Size: 260 bytes [Download] [Show on GitHub] [Search similar files] [Raw] [Raw (proxy)][FILE BEGIN]1cmake_minimum_required(VERSION 3.10) 2project(Pulse) 3 4set(CMAKE_CXX_STANDARD 17) 5 6add_executable(server src/server.cpp) 7add_executable(pulsemsg_client src/client.cpp) 8 9# Link pthread for server if needed in future 10target_link_libraries(pulsemsg_server pthread) 11[FILE END](C) 2025 0x4248 (C) 2025 4248 Media and 4248 Systems, All part of 0x4248 See LICENCE files for more information. Not all files are by 0x4248 always check Licencing.