Skip to content
Snippets Groups Projects
Commit e0419435 authored by Lars Bilke's avatar Lars Bilke
Browse files

Moved BaseLib/zlib to ThirdParty/zlib.

parent 220731cd
No related branches found
No related tags found
No related merge requests found
Showing
with 4 additions and 6 deletions
......@@ -9,8 +9,4 @@ SET_TARGET_PROPERTIES(BaseLib PROPERTIES LINKER_LANGUAGE CXX)
INCLUDE_DIRECTORIES(
.
zlib
)
# zlib
ADD_SUBDIRECTORY(zlib)
\ No newline at end of file
)
\ No newline at end of file
......@@ -4,4 +4,6 @@ IF(BUILD_TESTING)
SET_PROPERTY(TARGET Continuous PROPERTY FOLDER "logog")
ENDIF()
SET_PROPERTY(TARGET logog PROPERTY FOLDER "logog")
SET_PROPERTY(TARGET test-logog PROPERTY FOLDER "logog")
\ No newline at end of file
SET_PROPERTY(TARGET test-logog PROPERTY FOLDER "logog")
ADD_SUBDIRECTORY(zlib)
\ No newline at end of file
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment