Add main X11 to mdx link libraries
parent
aa140d5f79
commit
a626ae759f
|
@ -1,4 +1,4 @@
|
||||||
if(TARGET Motif::Motif AND TARGET X11::Xt)
|
if(TARGET Motif::Motif AND TARGET X11::Xt AND TARGET X11::X11)
|
||||||
add_executable(mdx
|
add_executable(mdx
|
||||||
src/graphx_mdx.c
|
src/graphx_mdx.c
|
||||||
src/rdf_reader_subs.f
|
src/rdf_reader_subs.f
|
||||||
|
@ -12,5 +12,6 @@ if(TARGET Motif::Motif AND TARGET X11::Xt)
|
||||||
target_link_libraries(mdx PUBLIC
|
target_link_libraries(mdx PUBLIC
|
||||||
Motif::Motif
|
Motif::Motif
|
||||||
X11::Xt
|
X11::Xt
|
||||||
|
X11::X11
|
||||||
)
|
)
|
||||||
endif()
|
endif()
|
||||||
|
|
Loading…
Reference in New Issue