diff options
author | Oleksandr Koreniak <okoreniak@luxoft.com> | 2016-04-14 15:44:49 +0300 |
---|---|---|
committer | Oleksandr Koreniak <okoreniak@luxoft.com> | 2016-04-14 15:44:49 +0300 |
commit | d779f7c707018b516d7c68eb4aa2a68fff374f12 (patch) | |
tree | ac6587d4624f670aaeb5f3bbe9c3b7c70c3d89f9 | |
parent | d41d2deac658b93c377377fecbbc99def791c0aa (diff) | |
download | sdl_core-d779f7c707018b516d7c68eb4aa2a68fff374f12.tar.gz |
Updated utils cmake file to build static library
-rw-r--r-- | src/components/utils/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/utils/CMakeLists.txt b/src/components/utils/CMakeLists.txt index 3ebabe9043..af5afa028a 100644 --- a/src/components/utils/CMakeLists.txt +++ b/src/components/utils/CMakeLists.txt @@ -80,7 +80,7 @@ if (CMAKE_SYSTEM_NAME STREQUAL "QNX") ) endif() -add_library("Utils" SHARED ${SOURCES}) +add_library("Utils" ${SOURCES}) if(${CMAKE_SYSTEM_NAME} MATCHES "Linux") list(APPEND LIBRARIES dl) |