Skip to content

Commit

Permalink
Merge branch 'beta' of github.com:ggarra13/mrv2 into beta
Browse files Browse the repository at this point in the history
  • Loading branch information
ggarra13 committed Apr 27, 2024
2 parents 5f104af + 24c7158 commit 7e8055a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mrv2/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ else()
set(FLTK_FLUID_EXECUTABLE ${CMAKE_INSTALL_PREFIX}/bin/fluid)
endif()

if(WIN32 AND FLTK_BUILD_SHARED_LIBS)
add_definitions(-DFL_DLL)
endif()


message( STATUS "Found FLTK: ${FLTK_INCLUDE_DIR}" )
message( STATUS "FLTK LIBRARIES: ${FLTK_gl_LIBRARY} ${FLTK_LIBRARIES}" )
Expand Down

0 comments on commit 7e8055a

Please sign in to comment.