From f47a4e7cbd7fa85d55d43407bfb9baf81eec9e38 Mon Sep 17 00:00:00 2001 From: Jonathan G Rennison Date: Fri, 29 Dec 2023 18:47:23 +0000 Subject: [PATCH] CMake: Fix binfiles not being included in build --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 24f6a0559d..554e7d8351 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -364,6 +364,7 @@ target_link_libraries(${OPENTTD_LIB} target_link_libraries(openttd openttd::media openttd::basesets + openttd::binfiles ) if(HAIKU)