mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-16 17:29:55 +00:00
Modified CMake to include the launcher directory
This commit is contained in:
parent
74d036a26a
commit
91fa147146
1 changed files with 4 additions and 2 deletions
|
@ -294,10 +294,10 @@ if (WIN32)
|
|||
configure_file(${OpenMW_SOURCE_DIR}/files/plugins.cfg.win32
|
||||
"${OpenMW_BINARY_DIR}/plugins.cfg" COPYONLY)
|
||||
endif (WIN32)
|
||||
if (${CMAKE_SYSTEM_NAME} MATCHES "Linux")
|
||||
if (LINUX)
|
||||
configure_file(${OpenMW_SOURCE_DIR}/files/plugins.cfg.linux
|
||||
"${OpenMW_BINARY_DIR}/plugins.cfg")
|
||||
endif()
|
||||
endif (LINUX)
|
||||
if (APPLE)
|
||||
configure_file(${OpenMW_SOURCE_DIR}/files/plugins.cfg.mac
|
||||
"${OpenMW_BINARY_DIR}/plugins.cfg")
|
||||
|
@ -394,6 +394,8 @@ if (BUILD_ESMTOOL)
|
|||
add_subdirectory( apps/esmtool )
|
||||
endif()
|
||||
|
||||
add_subdirectory( apps/launcher )
|
||||
|
||||
if (WIN32)
|
||||
if (MSVC)
|
||||
if (USE_DEBUG_CONSOLE)
|
||||
|
|
Loading…
Reference in a new issue