libt2n-git Archives

Subject: C++ inter-process communication library branch, change-clock-monotonic, updated. v0.7-14-ga77f83e

From: libt2n-git@xxxxxxxxxxxxxxxxxxxxxxx
To: libt2n-git@xxxxxxxxxxxxxxxxxxxxxxx
Date: Thu, 4 Apr 2024 09:37:07 +0200 (CEST)
The branch, change-clock-monotonic has been updated
       via  a77f83ebaa47a4224ca5aad3edb96a0f3eb54a20 (commit)
       via  8d8ffe5db000f94c666f2648f3452fb4774cad52 (commit)
       via  618d34f41970819998f3da2b38880f9e556430b3 (commit)
      from  6cba044ea802a74b63586f3e9a5c9edb65b96eac (commit)


- Log -----------------------------------------------------------------
commit a77f83ebaa47a4224ca5aad3edb96a0f3eb54a20
Author: Gabriel Braga <gabriel.braga@xxxxxxxxxxxxx>
Date:   Thu Apr 4 09:37:01 2024 +0200

    Fixing CMakeList.txt, wrong placing of monotonic_clock.cpp

commit 8d8ffe5db000f94c666f2648f3452fb4774cad52
Merge: 618d34f 6cba044
Author: Gabriel Braga <gabriel.braga@xxxxxxxxxxxxx>
Date:   Thu Apr 4 09:35:39 2024 +0200

    Merge branch 'change-clock-monotonic' of developer.intra2net.com:libt2n 
into change-clock-monotonic

commit 618d34f41970819998f3da2b38880f9e556430b3
Merge: 3658968 b849d6a
Author: Gabriel Braga <gabriel.braga@xxxxxxxxxxxxx>
Date:   Thu Apr 4 09:30:55 2024 +0200

    Edit of previous commit, format was wrong.
    
    This just fix the mistakes made before.

-----------------------------------------------------------------------

Summary of changes:
 src/CMakeLists.txt |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 5553b74..6a41eab 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -38,8 +38,7 @@ set(libt2n_HEADERS
 include_directories(BEFORE ${CMAKE_CURRENT_SOURCE_DIR})
 
 # Libraries
-add_library(libt2n SHARED ${libt2n_SOURCES} ${libt2n_HEADERS}
-        monotonic_clock.cpp)
+add_library(libt2n SHARED ${libt2n_SOURCES} ${libt2n_HEADERS})
 set_target_properties(libt2n PROPERTIES VERSION ${VERSION} SOVERSION 1)
 set_target_properties(libt2n PROPERTIES OUTPUT_NAME t2n)
 set_target_properties(libt2n PROPERTIES CLEAN_DIRECT_OUTPUT 1)


hooks/post-receive
-- 
C++ inter-process communication library

--
libt2n-git - see http://www.intra2net.com/en/developer/libt2n for details.
To unsubscribe send a mail to libt2n-git+unsubscribe@xxxxxxxxxxxxxxxxxxxxxxx   

Current Thread
  • C++ inter-process communication library branch, change-clock-monotonic, updated. v0.7-14-ga77f83e, libt2n-git <=