1
0
mirror of https://github.com/minetest/minetest.git synced 2024-09-21 20:10:17 +02:00
minetest/src/config.h
sfan5 8cccd75e81
Android build via CMake (#13528)
* the thing

* the thing 2
2023-05-26 15:21:23 +02:00

8 lines
117 B
C

#pragma once
#if defined USE_CMAKE_CONFIG_H
#include "cmake_config.h"
#else
#warning Missing configuration
#endif