From cd52d492ec08810fa0ba2425d5e01618a2e8741a Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Thu, 2 Apr 2020 21:41:11 -0500 Subject: image: Truly dynamic backend registration This allows one backend to provide multiple types. For example, our TarBackend can provide optional .gz, .bz2, and .xz compression. --- image/CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'image/CMakeLists.txt') diff --git a/image/CMakeLists.txt b/image/CMakeLists.txt index cbee674..775d38e 100644 --- a/image/CMakeLists.txt +++ b/image/CMakeLists.txt @@ -5,8 +5,7 @@ add_subdirectory(backends) set(IMG_SRCS creator.cc - ${BACKEND_SRCS} ) add_executable(hscript-image ${IMG_SRCS}) -target_link_libraries(hscript-image hscript ${Boost_LIBRARIES}) +target_link_libraries(hscript-image hscript hi-backends ${Boost_LIBRARIES}) install(TARGETS hscript-image DESTINATION bin) -- cgit v1.2.3-60-g2f50