Add: [CMake] Install menu and media files

This commit is contained in:
glx22
2021-03-09 18:00:37 +01:00
committed by Loïc Guilloux
parent b5770acd50
commit 35a228f78f
7 changed files with 177 additions and 32 deletions

View File

@@ -221,7 +221,7 @@ if(MSVC)
endif()
add_subdirectory(${CMAKE_SOURCE_DIR}/src)
add_subdirectory(${CMAKE_SOURCE_DIR}/media/baseset)
add_subdirectory(${CMAKE_SOURCE_DIR}/media)
add_dependencies(openttd
find_version)
@@ -229,6 +229,7 @@ add_dependencies(openttd
target_link_libraries(openttd
openttd::languages
openttd::settings
openttd::media
openttd::basesets
openttd::script_api
Threads::Threads