12 lines
207 B
C
12 lines
207 B
C
|
/*
|
||
|
* Created by Brett on 27/12/22.
|
||
|
* Licensed under GNU General Public License V3.0
|
||
|
* See LICENSE file for license detail
|
||
|
*/
|
||
|
|
||
|
#ifndef CMAKE_CONFIG
|
||
|
|
||
|
#cmakedefine PHMAP_ENABLED
|
||
|
|
||
|
#define CMAKE_CONFIG
|
||
|
#endif
|