forked from teamnwah/openmw-tes3coop
fixed a bug in a cmake script that resulted in some files being compiled twice
This commit is contained in:
parent
871b1d1c9b
commit
da916cecfb
1 changed files with 0 additions and 1 deletions
|
@ -79,7 +79,6 @@ ENDIF(WIN32)
|
||||||
ENDIF(OGRE_STATIC)
|
ENDIF(OGRE_STATIC)
|
||||||
add_executable(openmw
|
add_executable(openmw
|
||||||
${OPENMW_LIBS} ${OPENMW_LIBS_HEADER}
|
${OPENMW_LIBS} ${OPENMW_LIBS_HEADER}
|
||||||
${COMPONENT_FILES}
|
|
||||||
${OPENMW_FILES}
|
${OPENMW_FILES}
|
||||||
${GAME} ${GAME_HEADER}
|
${GAME} ${GAME_HEADER}
|
||||||
${APPLE_BUNDLE_RESOURCES}
|
${APPLE_BUNDLE_RESOURCES}
|
||||||
|
|
Loading…
Reference in a new issue