1
0
Fork 0

Fix library list

This commit is contained in:
Wilfried Goesgens 2016-05-10 15:55:49 +02:00
parent 19121b81a4
commit 37fac2e40f
1 changed files with 2 additions and 1 deletions

View File

@ -114,6 +114,7 @@ configure_file (
NEWLINE_STYLE UNIX
)
include_directories(${CMAKE_CURRENT_BINARY_DIR})
if(MSVC)
# set(CMAKE_DEBUG_POSTFIX "d")
@ -149,7 +150,7 @@ if (WINDOWS)
list(APPEND LINK_DIRECTORIES "${snappystatic_BINARY_DIR}")
else ()
set(ZLIB_LIBS
set(SNAPPY_LIBS
snappy
CACHE INTERNAL
"${PROJECT_NAME}: Libraries"