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)
86
86
87
87
add_custom_target (
88
88
libdill_s
89
+ ALL
89
90
COMMAND ./autogen.sh
90
91
COMMAND ./configure --enable-static --disable-shared
91
92
COMMAND make
@@ -95,9 +96,9 @@ add_custom_target(
95
96
if (NOT (${CMAKE_BINARY_DIR} STREQUAL ${CMAKE_SOURCE_DIR} ))
96
97
add_custom_target (
97
98
libdill_source
99
+ ALL
98
100
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
101
102
COMMENT "Preparing the source of libdill" )
102
103
add_dependencies (libdill_s libdill_source )
103
104
endif ()
You can’t perform that action at this time.
0 commit comments