From 4fd9548c79512621b3a5de602560b0cae0b97cad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Smr=C5=BE?= Date: Sun, 7 Nov 2021 10:22:21 +0100 Subject: Explicit filename extensions for CMake --- src/CMakeLists.txt | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 2436914..82c6388 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -3,25 +3,25 @@ include_directories( ) add_library(erebos - attach - channel - contact - frp - identity - message - network - pairing - pubkey - service - state - storage - sync - time - uuid + attach.cpp + channel.cpp + contact.cpp + frp.cpp + identity.cpp + message.cpp + network.cpp + pairing.cpp + pubkey.cpp + service.cpp + state.cpp + storage.cpp + sync.cpp + time.cpp + uuid.cpp ) add_executable(erebos-bin - main + main.cpp ) set_target_properties(erebos-bin -- cgit v1.2.3