Skip to content

Commit

Permalink
Merge pull request #121 from Gnimuc/test-engine
Browse files Browse the repository at this point in the history
Enable the test engine features
  • Loading branch information
JamesWrigley committed Jun 10, 2024
2 parents 6e9dc13 + aad9e18 commit 9431429
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cimgui-pack/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ target_sources(${target} PRIVATE ./cimplot/cimplot.cpp)
target_sources(${target} PRIVATE ./cimnodes/imnodes/imnodes.cpp)
target_sources(${target} PRIVATE ./cimnodes/cimnodes.cpp)

add_definitions(-DIMGUI_DISABLE_OBSOLETE_FUNCTIONS=1 -DIMNODES_NAMESPACE=imnodes)
add_definitions(-DIMGUI_DISABLE_OBSOLETE_FUNCTIONS=1 -DIMNODES_NAMESPACE=imnodes -DIMGUI_ENABLE_TEST_ENGINE)

if (WIN32)
add_definitions("-DIMGUI_IMPL_API=extern \"C\" __declspec\(dllexport\)")
Expand Down

0 comments on commit 9431429

Please sign in to comment.