Fix linking psemek target to sublibs

This commit is contained in:
Nikita Lisitsa 2020-08-27 21:00:33 +03:00
parent 211b9d7342
commit 8037f5a2f6

View file

@ -12,3 +12,5 @@ list(REMOVE_ITEM PSEMEK_LIBRARIES "CMakeLists.txt")
foreach(lib ${PSEMEK_LIBRARIES})
add_subdirectory(${lib})
endforeach()
set(PSEMEK_LIBRARIES ${PSEMEK_LIBRARIES} PARENT_SCOPE)