aboutsummaryrefslogtreecommitdiff
path: root/libs/nak_ffi/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'libs/nak_ffi/CMakeLists.txt')
-rw-r--r--libs/nak_ffi/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/nak_ffi/CMakeLists.txt b/libs/nak_ffi/CMakeLists.txt
index 6fde501..bdfac9a 100644
--- a/libs/nak_ffi/CMakeLists.txt
+++ b/libs/nak_ffi/CMakeLists.txt
@@ -18,6 +18,8 @@ add_custom_command(
WORKING_DIRECTORY ${NAK_FFI_DIR}
COMMENT "Building NaK FFI library (Rust)"
DEPENDS ${NAK_FFI_DIR}/Cargo.toml ${NAK_FFI_DIR}/src/lib.rs
+ ${NAK_FFI_DIR}/../nak/Cargo.toml ${NAK_FFI_DIR}/../nak/src/lib.rs
+ ${NAK_FFI_DIR}/../nak/src/icons.rs
)
add_custom_target(nak_ffi_build DEPENDS ${NAK_FFI_LIB})