mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-29 21:45:32 +00:00
fixed minor bug in previous commit; more clean up
This commit is contained in:
parent
c4a6fa56ea
commit
e973270f9b
3 changed files with 4 additions and 4 deletions
|
@ -42,11 +42,11 @@ set(CMAKE_RUNTIME_OUTPUT_DIRECTORY "${OpenMW_BINARY_DIR}/bin")
|
|||
# Other files
|
||||
|
||||
if (WIN32)
|
||||
configure_file(${OpenMW_SOURCE_DIR}/plugins.cfg.win32
|
||||
"${OpenMW_BINARY_DIR}/bin/plugins.cfg" COPY_ONLY)
|
||||
configure_file(${OpenMW_SOURCE_DIR}/files/plugins.cfg.win32
|
||||
"${OpenMW_BINARY_DIR}/bin/plugins.cfg" COPYONLY)
|
||||
else (WIN32)
|
||||
configure_file(${OpenMW_SOURCE_DIR}/plugins.cfg.linux
|
||||
"${OpenMW_BINARY_DIR}/bin/plugins.cfg" COPY_ONLY)
|
||||
configure_file(${OpenMW_SOURCE_DIR}/files/plugins.cfg.linux
|
||||
"${OpenMW_BINARY_DIR}/bin/plugins.cfg" COPYONLY)
|
||||
endif (WIN32)
|
||||
|
||||
# Main executable
|
||||
|
|
Loading…
Reference in a new issue