Unverified Commit b5ddf855 authored by stuartmorgan's avatar stuartmorgan Committed by GitHub

Fix typo in Linux CMake template (#60017)

parent c1057084
......@@ -55,7 +55,7 @@ list(APPEND FLUTTER_LIBRARY_HEADERS
"fl_view.h"
"flutter_linux.h"
)
list_prepend(FLUTER_LIBRARY_HEADERS "${EPHEMERAL_DIR}/flutter_linux/")
list_prepend(FLUTTER_LIBRARY_HEADERS "${EPHEMERAL_DIR}/flutter_linux/")
add_library(flutter INTERFACE)
target_include_directories(flutter INTERFACE
"${EPHEMERAL_DIR}"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment