diff --git a/CMakeLists.txt b/CMakeLists.txt index fa0b7bd..5403a72 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,7 +10,8 @@ add_executable(yellownotes main.cpp gtkloader.h gtkloader.cpp gtk-imports.c yellownotes.h yellownotes.cpp - tr.h tr.cpp) + tr.h tr.cpp + win32gtkdownloader.h win32gtkdownloader.cpp) include(GNUInstallDirs) install(TARGETS yellownotes