Skip to content

Commit 4677982

Browse files
authored
install target to set rpath
1 parent ed1dbba commit 4677982

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,3 +86,5 @@ target_include_directories(flutter_wayland
8686
)
8787

8888
target_compile_options(flutter_wayland PUBLIC ${EGL_CFLAGS})
89+
90+
install(TARGETS flutter_wayland RUNTIME DESTINATION bin)

0 commit comments

Comments
 (0)