You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
656 B
CMake
20 lines
656 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(FILES
|
|
../External/ImGui/v1.82/imgui/imconfig.h
|
|
../External/ImGui/v1.82/imgui/imgui.cpp
|
|
../External/ImGui/v1.82/imgui/imgui.h
|
|
../External/ImGui/v1.82/imgui/imgui_draw.cpp
|
|
../External/ImGui/v1.82/imgui/imgui_internal.h
|
|
../External/ImGui/v1.82/imgui/imgui_tables.cpp
|
|
../External/ImGui/v1.82/imgui/imgui_user.h
|
|
../External/ImGui/v1.82/imgui/imgui_user.inl
|
|
../External/ImGui/v1.82/imgui/imgui_widgets.cpp
|
|
)
|