Skip to content

Commit

Permalink
Revert "define IMGUI_BUNDLE_PYTHON_UNSUPPORTED_API for test engine"
Browse files Browse the repository at this point in the history
This reverts commit ba4dabe.
  • Loading branch information
pthom committed May 6, 2024
1 parent 21a383d commit 6dc47fa
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,6 @@ function(_add_imgui_test_engine_lib)
IMGUI_STB_IMAGE_WRITE_FILENAME="${HELLOIMGUI_BASEPATH}/external/stb_hello_imgui/stb_image_write.h"
)

# We use a specific branch of the test engine (imgui_bundle)
# IMGUI_BUNDLE_PYTHON_UNSUPPORTED_API is a marker for C++ only API, and should always be defined in C++.
target_compile_definitions(imgui_test_engine PUBLIC IMGUI_BUNDLE_PYTHON_UNSUPPORTED_API)

# install test_engine headers
if(HELLOIMGUI_INSTALL)
file(GLOB te_headers ${te_source_folder}/*.h)
Expand Down

0 comments on commit 6dc47fa

Please sign in to comment.