From 90c7bc237c9cf964c16f0cb48c308a92a8193a5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Fri, 2 Sep 2022 02:11:49 +0200 Subject: Use global Window object. This makes it easier to control initialization and maintain RAII. --- c/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'c/CMakeLists.txt') diff --git a/c/CMakeLists.txt b/c/CMakeLists.txt index d8c3ce5..35af6ec 100644 --- a/c/CMakeLists.txt +++ b/c/CMakeLists.txt @@ -29,6 +29,7 @@ target_sources(EpisodeBrowser PRIVATE listview.cpp listview.h main.cpp + main.h resource.h resource.rc test.cpp -- cgit v1.2.3