forked from teamnwah/openmw-tes3coop
Get physic fix in openengine and build nifbullet
This commit is contained in:
parent
1e9dc4b435
commit
e290f2f82f
2 changed files with 3 additions and 3 deletions
|
@ -143,10 +143,10 @@ file(GLOB INTERPRETER_HEADER ${COMP_DIR}/interpreter/*.hpp)
|
|||
source_group(components\\interpreter FILES ${INTERPRETER} ${INTERPRETER_HEADER})
|
||||
|
||||
set(COMPONENTS ${BSA} ${NIF} ${NIFOGRE} ${ESM_STORE} ${MISC} ${TO_UTF8}
|
||||
${COMPILER} ${INTERPRETER} ${ESM} ${FILE_FINDER})
|
||||
${COMPILER} ${INTERPRETER} ${ESM} ${FILE_FINDER} ${NIFBULLET})
|
||||
set(COMPONENTS_HEADER ${BSA_HEADER} ${NIF_HEADER} ${NIFOGRE_HEADER} ${ESM_STORE_HEADER}
|
||||
${ESM_HEADER} ${MISC_HEADER} ${COMPILER_HEADER} ${TO_UTF8_HEADER}
|
||||
${INTERPRETER_HEADER} ${FILE_FINDER_HEADER})
|
||||
${INTERPRETER_HEADER} ${FILE_FINDER_HEADER} ${NIFBULLET_HEADER})
|
||||
|
||||
# source directory: libs
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 6c1338821e6bf640a0d54f36effc943aa4d86c6a
|
||||
Subproject commit aa0100bc08b59b27a681e872f6318c404e21edd4
|
Loading…
Reference in a new issue