axmol/core/navmesh/CMakeLists.txt

16 lines
340 B
CMake
Raw Normal View History

2022-08-11 15:41:10 +08:00
set(_AX_NAVMESH_HEADER
navmesh/NavMeshAgent.h
navmesh/NavMeshObstacle.h
navmesh/NavMeshUtils.h
navmesh/NavMeshDebugDraw.h
navmesh/NavMesh.h
2019-11-23 20:27:39 +08:00
)
2022-08-11 15:41:10 +08:00
set(_AX_NAVMESH_SRC
navmesh/NavMesh.cpp
navmesh/NavMeshAgent.cpp
navmesh/NavMeshDebugDraw.cpp
navmesh/NavMeshObstacle.cpp
navmesh/NavMeshUtils.cpp
2019-11-23 20:27:39 +08:00
)