• R/O
  • SSH

StrMod: Commit

The main repository for the StreamModule project.


Commit MetaInfo

Révision9fe70c6a9eb790c50fb3dec4daf143c1c9ccdf84 (tree)
l'heure2018-06-12 12:48:30
AuteurEric Hopper <hopper@omni...>
CommiterEric Hopper

Message de Log

Added option for building a shared library.

Change Summary

Modification

diff -r a9295045d03c -r 9fe70c6a9eb7 CMakeLists.txt
--- a/CMakeLists.txt Mon Jun 11 14:25:19 2018 -0700
+++ b/CMakeLists.txt Mon Jun 11 20:48:30 2018 -0700
@@ -2,6 +2,8 @@
22
33 project (libNet VERSION 0.6.0.0 LANGUAGES CXX)
44
5+option(BUILD_SHARED_LIBS "Build libNet as a shared library." ON)
6+
57 add_subdirectory(LCore)
68 add_subdirectory(EHnet++)
79 add_subdirectory(UniEvent)
Afficher sur ancien navigateur de dépôt.