git-svn-id: svn://db.shs.com.ru/libs@757 a8b55f48-bf90-11e4-a774-851b48703e85

This commit is contained in:
2020-03-09 13:53:10 +00:00
parent 215691a5ed
commit 19fe0c750b
5 changed files with 58 additions and 1 deletions

View File

@@ -146,4 +146,6 @@ foreach(D ${DIRS})
include_directories(${D})
add_subdirectory(${D})
endforeach(D)
if (LIB)
set(_ALL_TARGETS ${_ALL_TARGETS} PARENT_SCOPE)
endif()