7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-04-21 00:21:25 +00:00

3d-viewer should depend on common directly

This commit is contained in:
Marek Roszko 2023-09-06 20:33:28 -04:00
parent 67b031adab
commit 454c5e8eca

View File

@ -114,6 +114,7 @@ target_link_libraries( 3d-viewer
gal
kimath
core
common
nlohmann_json
Boost::headers
${wxWidgets_LIBRARIES}