add function for forward mdling using meshtool3d mesh and phy files

This commit is contained in:
kiciollo
2019-09-12 18:55:37 +08:00
parent ab2a765c91
commit 716939c93a
31 changed files with 289 additions and 227 deletions

View File

@@ -13,6 +13,8 @@ add_executable(gm3d_gui WIN32 MACOSX_BUNDLE ${DIR_SRC})
include_directories(/usr/local/include)
find_library(FLTK_LIBRARY fltk HINTS /usr/local/lib)
find_library(HINTS /usr/local/lib)
#find_library(FLTK_LIBRARY fltk HINTS /usr/local/lib)
target_link_libraries(gm3d_gui PUBLIC ${FLTK_LIBRARY})