]> code.bitgloo.com Git - clyne/entityx.git/commitdiff
Name shared library entityx (rather than ..._shared).
authorAlec Thomas <alec@swapoff.org>
Wed, 24 Oct 2012 21:24:11 +0000 (17:24 -0400)
committerAlec Thomas <alec@swapoff.org>
Wed, 24 Oct 2012 21:24:11 +0000 (17:24 -0400)
CMakeLists.txt

index afb314636a6dc0c518e08cb393232c1e5dea68df..1da97709e6ea050565e984a4380101015f05499f 100644 (file)
@@ -62,6 +62,7 @@ set(CMAKE_CXX_FLAGS_RELWITHDEBINFO "-O2 -g")
 set(sources entityx/Components.cc entityx/System.cc entityx/Event.cc entityx/Entity.cc entityx/Manager.cc)
 add_library(entityx STATIC ${sources})
 add_library(entityx_shared SHARED ${sources})
+set_target_properties(entityx_shared PROPERTIES OUTPUT_NAME entityx)
 
 include_directories(
     ${Boost_INCLUDE_DIR}