DolphinNoGUI/CMakeLists: Specify headers in target sources

This commit is contained in:
Lioncash 2019-05-29 05:04:32 -04:00
parent cbcafd6830
commit 0c538ef523
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
add_executable(dolphin-nogui
Platform.cpp
Platform.h
PlatformHeadless.cpp
MainNoGUI.cpp
)