File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -86,6 +86,7 @@ pkg_check_modules(GLIB2 REQUIRED glib-2.0 gthread-2.0 gmodule-2.0)
8686
8787add_custom_target (
8888 libdill_s
89+ ALL
8990 COMMAND ./autogen.sh
9091 COMMAND ./configure --enable-static --disable-shared
9192 COMMAND make
@@ -95,9 +96,9 @@ add_custom_target(
9596if (NOT (${CMAKE_BINARY_DIR} STREQUAL ${CMAKE_SOURCE_DIR} ))
9697add_custom_target (
9798 libdill_source
99+ ALL
98100 COMMAND mkdir -p ${CMAKE_BINARY_DIR} /vendor/sustrik/libdill
99- COMMAND lndir ${CMAKE_SOURCE_DIR} /vendor/sustrik/libdill
100- WORKING_DIRECTORY ${CMAKE_BINARY_DIR} /vendor/sustrik/libdill
101+ COMMAND cd ${CMAKE_BINARY_DIR} /vendor/sustrik/libdill && lndir ${CMAKE_SOURCE_DIR} /vendor/sustrik/libdill
101102 COMMENT "Preparing the source of libdill" )
102103 add_dependencies (libdill_s libdill_source)
103104endif ()
You can’t perform that action at this time.
0 commit comments