frang75/nappgui_src

How set "target_link_libraries"

Closed this issue · 2 comments

Target "napphello" links to:

nappgui::osapp

but the target was not found.

Hi @kkstun
I would need some more context to really know what is going on. In general:

...
find_package(nappgui REQUIRED)
...
target_link_libraries(napphello ${NAPPGUI_LIBRARIES})

nappgui_hello

Thanks.
I forgot this step:
cmake --install build --config Release --prefix C:/nappgui