Skip to content

Commit

Permalink
Marking the Align-GL example not supported for MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
Arun-Prasad-V committed Jan 18, 2024
1 parent bf2ae3e commit 2aa3e8d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion examples/align-gl/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ cmake_minimum_required(VERSION 3.1.0)

project(RealsenseExamplesAlignGl )

if(BUILD_GRAPHICAL_EXAMPLES)
# Save the command line compile commands in the build output
set(CMAKE_EXPORT_COMPILE_COMMANDS 1)

if(BUILD_GRAPHICAL_EXAMPLES AND NOT APPLE)
add_executable(rs-align-gl rs-align-gl.cpp ../../third-party/imgui/imgui.cpp ../../third-party/imgui/imgui_draw.cpp ../../third-party/imgui/imgui_impl_glfw.cpp)
set_property(TARGET rs-align-gl PROPERTY CXX_STANDARD 11)
target_link_libraries(rs-align-gl ${DEPENDENCIES} realsense2-gl)
Expand Down

0 comments on commit 2aa3e8d

Please sign in to comment.