1696680240
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
21 lines
366 B
CMake
21 lines
366 B
CMake
#
|
|
# Copyright (c) Contributors to the Open 3D Engine Project
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0 OR MIT
|
|
#
|
|
#
|
|
|
|
set(FILES
|
|
settings.ui
|
|
main.cpp
|
|
PasswordDlg.cpp
|
|
PasswordDlg.h
|
|
PerforcePlugin.cpp
|
|
PerforcePlugin.h
|
|
PerforcePlugin.qrc
|
|
PerforceSourceControl.cpp
|
|
PerforceSourceControl.h
|
|
resource.h
|
|
PerforcePlugin_precompiled.h
|
|
)
|