mirror of
https://github.com/reactos/CMake.git
synced 2024-11-23 19:49:51 +00:00
FindFLEX: fix example
Binaries using flex must link with the detected library.
This commit is contained in:
parent
63f149f598
commit
a7754448f6
@ -95,6 +95,7 @@ respectively ``FLEX_TARGET`` and ``BISON_TARGET`` macros.
|
||||
${BISON_MyParser_OUTPUTS}
|
||||
${FLEX_MyScanner_OUTPUTS}
|
||||
)
|
||||
target_link_libraries(Foo ${FLEX_LIBRARIES})
|
||||
====================================================================
|
||||
#]=======================================================================]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user