Fixed visual projects

Signed-off-by: Yann Collet <yann.collet.73@gmail.com>
This commit is contained in:
cyan
2016-05-30 18:28:29 +02:00
committed by Yann Collet
parent 30009521d7
commit b880631aed
10 changed files with 295 additions and 243 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ INCLUDE_DIRECTORIES(${PROGRAMS_DIR})
IF (WORKAROUND_OUTDATED_CODE_STYLE)
# Define library directory, where sources and header files are located
SET(LIBRARY_DIR ${ROOT_DIR}/lib)
INCLUDE_DIRECTORIES(${LIBRARY_DIR}/common)
INCLUDE_DIRECTORIES(${LIBRARY_DIR}/common ${LIBRARY_DIR}/dictBuilder)
ENDIF (WORKAROUND_OUTDATED_CODE_STYLE)
IF (ZSTD_LEGACY_SUPPORT)