We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d7b894 commit 4ff1939Copy full SHA for 4ff1939
1 file changed
docs/reference/CMakeLists.txt
@@ -39,7 +39,7 @@ if (GTKDOC_FOUND)
39
CFLAGS -I${CMAKE_SOURCE_DIR} -include libinstpatch/misc.h
40
LDFLAGS -L${CMAKE_CURRENT_BINARY_DIR}/../../libinstpatch -linstpatch-1.0
41
LDPATH ${CMAKE_CURRENT_BINARY_DIR}/../../libinstpatch
42
- DEPENDS instpatch-1.0
+ DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/../../libinstpatch/libinstpatch-1.0.so
43
)
44
45
add_custom_target(documentation ALL DEPENDS doc-libinstpatch)
0 commit comments