diff options
| author | Léo Lam <leo@innovatetechnologi.es> | 2019-05-31 14:03:12 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-05-31 14:03:12 +0200 |
| commit | eed4fcc218beeae5a4e87790dfba2e3179cabe20 (patch) | |
| tree | 231d47e94ff79fa65363907963e6a422d58fa670 /Source/Core/DolphinNoGUI | |
| parent | 2cb59ab055261efd29aaab94edd93a908a9ad835 (diff) | |
| parent | 3d27439d9a83c643aa7ec7c50949f5c1fbf80262 (diff) | |
Merge pull request #8135 from lioncash/cmake
CMakeLists: Specify header files in target sources
Diffstat (limited to 'Source/Core/DolphinNoGUI')
| -rw-r--r-- | Source/Core/DolphinNoGUI/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/DolphinNoGUI/CMakeLists.txt b/Source/Core/DolphinNoGUI/CMakeLists.txt index b2bf174d8b..0b54022594 100644 --- a/Source/Core/DolphinNoGUI/CMakeLists.txt +++ b/Source/Core/DolphinNoGUI/CMakeLists.txt @@ -1,5 +1,6 @@ add_executable(dolphin-nogui Platform.cpp + Platform.h PlatformHeadless.cpp MainNoGUI.cpp ) |
