mirror of https://github.com/wpkong/Octree.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
358 B
16 lines
358 B
/**
|
|
* ------------------------------------
|
|
* @author: Weipeng Kong
|
|
* @date: 2021/12/1
|
|
* @email: yjxkwp@foxmail.com
|
|
* @site: https://donot.fit
|
|
* @description:
|
|
* ------------------------------------
|
|
**/
|
|
|
|
#ifndef OCTREE_SDF_TEST_PATH_H
|
|
#define OCTREE_SDF_TEST_PATH_H
|
|
|
|
#define TEST_DATA_BASE_PATH "@TEST_DATA_BASE_PATH@"
|
|
|
|
#endif //OCTREE_SDF_TEST_PATH_H
|
|
|