CMake: Fix binfiles not being included in build

This commit is contained in:
Jonathan G Rennison
2023-12-29 18:47:23 +00:00
parent 201ddf4c08
commit f47a4e7cbd

View File

@@ -364,6 +364,7 @@ target_link_libraries(${OPENTTD_LIB}
target_link_libraries(openttd
openttd::media
openttd::basesets
openttd::binfiles
)
if(HAIKU)