mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-07-21 05:14:10 +00:00
Switch defaultfilters to be handled by a binary-friendly version of the resource macro
This commit is contained in:
parent
33ceddc58b
commit
9571cd8754
1 changed files with 3 additions and 2 deletions
|
@ -329,8 +329,9 @@ endif ()
|
||||||
configure_resource_file(${OpenMW_SOURCE_DIR}/files/openmw-cs.cfg
|
configure_resource_file(${OpenMW_SOURCE_DIR}/files/openmw-cs.cfg
|
||||||
"${OpenMW_BINARY_DIR}" "openmw-cs.cfg")
|
"${OpenMW_BINARY_DIR}" "openmw-cs.cfg")
|
||||||
|
|
||||||
configure_resource_file(${OpenMW_SOURCE_DIR}/files/opencs/defaultfilters
|
# Needs the copy version because the configure version assumes the end of the file has been reached when a null character is reached and there are no CMake expressions to evaluate.
|
||||||
"${OpenMW_BINARY_DIR}" "resources/defaultfilters" COPYONLY)
|
copy_resource_file(${OpenMW_SOURCE_DIR}/files/opencs/defaultfilters
|
||||||
|
"${OpenMW_BINARY_DIR}" "resources/defaultfilters")
|
||||||
|
|
||||||
configure_resource_file(${OpenMW_SOURCE_DIR}/files/gamecontrollerdb.txt
|
configure_resource_file(${OpenMW_SOURCE_DIR}/files/gamecontrollerdb.txt
|
||||||
"${OpenMW_BINARY_DIR}" "gamecontrollerdb.txt")
|
"${OpenMW_BINARY_DIR}" "gamecontrollerdb.txt")
|
||||||
|
|
Loading…
Reference in a new issue