diff options
Diffstat (limited to 'Userland/Games/Conway/CMakeLists.txt')
-rw-r--r-- | Userland/Games/Conway/CMakeLists.txt | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Userland/Games/Conway/CMakeLists.txt b/Userland/Games/Conway/CMakeLists.txt deleted file mode 100644 index 18312c363a..0000000000 --- a/Userland/Games/Conway/CMakeLists.txt +++ /dev/null @@ -1,7 +0,0 @@ -set(SOURCES - main.cpp - Game.cpp -) - -serenity_app(Conway ICON app-conway) -target_link_libraries(Conway LibGUI) |