From 628940923846b9f3341369def9b262c1d0f70605 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Tue, 22 Nov 2022 22:45:48 +0100 Subject: add icon --- editor/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'editor/CMakeLists.txt') diff --git a/editor/CMakeLists.txt b/editor/CMakeLists.txt index 2b42e15d..30b6ce5a 100644 --- a/editor/CMakeLists.txt +++ b/editor/CMakeLists.txt @@ -13,6 +13,9 @@ link_libraries(MagnumIntegration::ImGui fmt::fmt) link_libraries(floormat-main floormat-loader floormat-serialize) add_executable(${self} "${sources}" "${res}") +if(WIN32) + target_sources(${self} PRIVATE "../main/floormat.rc") +endif() if(FLOORMAT_PRECOMPILED-HEADERS) target_precompile_headers(${self} PRIVATE precomp.hpp) -- cgit v1.2.3