From 2cd22c671c67deaf2c1fcb659e3262bf57552557 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Sat, 3 Sep 2022 01:15:01 +0200 Subject: Add Preferences dialog (WIP). --- c/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'c/CMakeLists.txt') diff --git a/c/CMakeLists.txt b/c/CMakeLists.txt index cd86f08..0c8bb83 100644 --- a/c/CMakeLists.txt +++ b/c/CMakeLists.txt @@ -29,8 +29,8 @@ target_sources(EpisodeBrowser PRIVATE listview.cpp listview.h main.cpp - resource.h - resource.rc + res.h + res.rc test.cpp test.h util.h -- cgit v1.2.3