Commit 59333f1 1 parent c3eafa3 commit 59333f1 Copy full SHA for 59333f1
File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -64,9 +64,9 @@ else ()
64
64
if (USE_OS_MODULE)
65
65
if (ENABLE_DBUS_UTILS)
66
66
if (NOT UIMGUI_SKIP_FRAMEWORK)
67
- target_link_libraries (UntitledImGuiFramework ${DBUS_LIBRARIES} )
67
+ target_link_libraries (UntitledImGuiFramework ${DBUS_LIBRARIES} )
68
68
endif ()
69
- target_link_libraries (${APP_LIB_TARGET} ${DBUS_LIBRARIES} )
69
+ target_link_libraries (${APP_LIB_TARGET} ${DBUS_LIBRARIES} )
70
70
endif ()
71
71
if (ENABLE_UFONT_UTILS)
72
72
endif ()
Original file line number Diff line number Diff line change 73
73
endif ()
74
74
75
75
if (NOT EMSCRIPTEN)
76
- if (NOT )
76
+ if (NOT UIMGUI_SKIP_FRAMEWORK )
77
77
target_compile_definitions (UntitledImGuiFramework PRIVATE "UIMGUI_COMPILE_LIB" "YAML_CPP_DLL" "URLL_USE_FUNCTIONAL"
78
78
"MLS_EXPORT_LIBRARY" "MLS_LIB_COMPILE" "VULKAN_HPP_NO_STRUCT_CONSTRUCTORS" )
79
79
endif ()
You can’t perform that action at this time.
0 commit comments