From d31457141ca55742b56539c9ed6c5b976a14d57d Mon Sep 17 00:00:00 2001 From: water Date: Sun, 4 Oct 2020 16:40:21 -0400 Subject: [PATCH] fix windows build --- decompiler/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/decompiler/CMakeLists.txt b/decompiler/CMakeLists.txt index 7e6ce5fa7c..c7c0229c9f 100644 --- a/decompiler/CMakeLists.txt +++ b/decompiler/CMakeLists.txt @@ -21,4 +21,5 @@ target_link_libraries(decompiler minilzo common_util type_system + goos fmt) \ No newline at end of file