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.
17 lines
358 B
17 lines
358 B
3 years ago
|
/**
|
||
|
* ------------------------------------
|
||
|
* @author: Weipeng Kong
|
||
3 years ago
|
* @date: 2021/12/1
|
||
3 years ago
|
* @email: yjxkwp@foxmail.com
|
||
|
* @site: https://donot.fit
|
||
|
* @description:
|
||
|
* ------------------------------------
|
||
|
**/
|
||
|
|
||
3 years ago
|
#ifndef OCTREE_SDF_TEST_PATH_H
|
||
|
#define OCTREE_SDF_TEST_PATH_H
|
||
3 years ago
|
|
||
3 years ago
|
#define TEST_DATA_BASE_PATH "@TEST_DATA_BASE_PATH@"
|
||
3 years ago
|
|
||
3 years ago
|
#endif //OCTREE_SDF_TEST_PATH_H
|