49652352f4
Signed-off-by: Gene Walters <genewalt@amazon.com>
13 lines
305 B
CMake
13 lines
305 B
CMake
#
|
|
# Copyright (c) Contributors to the Open 3D Engine Project.
|
|
# For complete copyright and license terms please see the LICENSE at the root of this distribution.
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0 OR MIT
|
|
#
|
|
#
|
|
|
|
set(LY_COMPILE_DEFINITIONS
|
|
PRIVATE
|
|
IMGUI_DISABLE_WIN32_DEFAULT_IME_FUNCTIONS
|
|
)
|