File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11include (CMakeFindDependencyMacro )
22
3- if (NOT EMSCRIPTEN )
4- find_dependency (glfw3 )
3+ IF (NOT MESHLIB_USE_VCPKG AND NOT APPLE )
4+ find_dependency (fastmcpp )
55endif ()
6-
7- # static builds require to find private dependencies
8- if (EMSCRIPTEN)
9- find_dependency (Boost COMPONENTS locale )
10- find_dependency (glad )
11- endif ()
12-
13- include ("${CMAKE_CURRENT_LIST_DIR} /MRViewerTargets.cmake" )
14-
15- check_required_components (MRViewer )
Original file line number Diff line number Diff line change 11include (CMakeFindDependencyMacro )
22
3- IF (NOT MESHLIB_USE_VCPKG AND NOT APPLE )
4- find_dependency (fastmcpp )
3+ if (NOT EMSCRIPTEN )
4+ find_dependency (glfw3 )
55endif ()
6+
7+ # static builds require to find private dependencies
8+ if (EMSCRIPTEN)
9+ find_dependency (Boost COMPONENTS locale )
10+ find_dependency (glad )
11+ endif ()
12+
13+ include ("${CMAKE_CURRENT_LIST_DIR} /MRViewerTargets.cmake" )
14+
15+ check_required_components (MRViewer )
You can’t perform that action at this time.
0 commit comments