]> code.bitgloo.com Git - clyne/entityx.git/commit
Fixed shared library compilation.
authorDaniel Guzman <daniel.guzman85@gmail.com>
Wed, 6 Apr 2016 20:07:07 +0000 (22:07 +0200)
committerDaniel Guzman <daniel.guzman85@gmail.com>
Sun, 10 Apr 2016 20:09:12 +0000 (22:09 +0200)
commit76828e68aa9b30c4c6afac2fbbac1964d11226b6
treee52ae0be7abef62c7cb6255c69e0f37f095451a1
parentdd2e781d38d34a574bb173f70bb20f0aa3439246
Fixed shared library compilation.

- Fixed that when ENTITYX_BUILD_SHARED=1 was compiling the static
library and the shared_library. Now it only compiles one of them, shared
or static, but not both. Using visual studio compiler, now, the shared
library doesn't create a .lib file (because it doesn't export anything
which is OK). This will be the next step.
CMakeLists.txt