mirror of https://github.com/axmolengine/axmol.git
16 lines
340 B
CMake
16 lines
340 B
CMake
set(_AX_NAVMESH_HEADER
|
|
navmesh/NavMeshAgent.h
|
|
navmesh/NavMeshObstacle.h
|
|
navmesh/NavMeshUtils.h
|
|
navmesh/NavMeshDebugDraw.h
|
|
navmesh/NavMesh.h
|
|
)
|
|
|
|
set(_AX_NAVMESH_SRC
|
|
navmesh/NavMesh.cpp
|
|
navmesh/NavMeshAgent.cpp
|
|
navmesh/NavMeshDebugDraw.cpp
|
|
navmesh/NavMeshObstacle.cpp
|
|
navmesh/NavMeshUtils.cpp
|
|
)
|