diff options
author | Arisotura <thetotalworm@gmail.com> | 2020-04-27 12:06:44 +0200 |
---|---|---|
committer | Arisotura <thetotalworm@gmail.com> | 2020-04-27 12:06:44 +0200 |
commit | 690f9f38744ddda7fd65c299288227767e4b03f0 (patch) | |
tree | 49c85b97aa98dff48412819ae3455e1b29429b34 /src/frontend/qt_sdl/CMakeLists.txt | |
parent | 439ca1b2b557040f6d5a2fe1e70dd0f5e4d74484 (diff) |
get some of the shit going, I guess
atleast the emuthread is going and we have its control system down
and other fun shit, too
Diffstat (limited to 'src/frontend/qt_sdl/CMakeLists.txt')
-rw-r--r-- | src/frontend/qt_sdl/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/frontend/qt_sdl/CMakeLists.txt b/src/frontend/qt_sdl/CMakeLists.txt index 1ee7629..f24464d 100644 --- a/src/frontend/qt_sdl/CMakeLists.txt +++ b/src/frontend/qt_sdl/CMakeLists.txt @@ -2,6 +2,8 @@ project(qt_sdl) SET(SOURCES_QT_SDL main.cpp + Platform.cpp + PlatformConfig.cpp ) if (WIN32) |