2015-03-06 00:56:37 +01:00
|
|
|
set(OENGINE_GUI
|
|
|
|
gui/layout.cpp
|
|
|
|
)
|
|
|
|
|
|
|
|
set(OENGINE_BULLET
|
|
|
|
bullet/BtOgre.cpp
|
|
|
|
bullet/BtOgreExtras.h
|
|
|
|
bullet/BtOgreGP.h
|
|
|
|
bullet/BtOgrePG.h
|
|
|
|
bullet/physic.cpp
|
|
|
|
bullet/physic.hpp
|
|
|
|
bullet/BulletShapeLoader.cpp
|
|
|
|
bullet/BulletShapeLoader.h
|
|
|
|
bullet/trace.cpp
|
|
|
|
bullet/trace.h
|
|
|
|
)
|
|
|
|
|
2015-04-22 17:58:55 +02:00
|
|
|
set(OENGINE_ALL ${OENGINE_GUI} ${OENGINE_BULLET})
|
2015-03-06 00:56:37 +01:00
|
|
|
|
|
|
|
set(OENGINE_LIBRARY "oengine")
|
|
|
|
set(OENGINE_LIBRARY ${OENGINE_LIBRARY} PARENT_SCOPE)
|
|
|
|
|
|
|
|
source_group(oengine FILES ${OENGINE_ALL})
|
|
|
|
|
|
|
|
add_library(${OENGINE_LIBRARY} STATIC ${OENGINE_ALL})
|