From 332a322d8ed7ac5874e4faa5feab7eafb6a29ddc Mon Sep 17 00:00:00 2001 From: Max Crofts Date: Tue, 7 May 2019 19:15:47 +1000 Subject: [PATCH] Remove frame.c from CMakeLists.txt --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6ba59c54..dd940f5a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -178,7 +178,6 @@ set(Backends-Unix-Source ) set(Backends-Windows-Source - ${BACKENDS_SRC_DIR}/generic/frame.c ${BACKENDS_SRC_DIR}/windows/icon.rc ${BACKENDS_SRC_DIR}/windows/main.c ${BACKENDS_SRC_DIR}/windows/network.c