1
0
mirror of https://github.com/blupi-games/planetblupi synced 2024-12-30 10:15:36 +01:00

Remove useless config header file

This commit is contained in:
Mathieu Schroeter 2017-02-11 00:16:56 +01:00
parent 90ba4b791c
commit d3108aca87

View File

@ -10,11 +10,6 @@ set (PB_VERSION_PATCH 0)
set (CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin)
configure_file (
"${PROJECT_SOURCE_DIR}/src/config.h.in"
"${PROJECT_BINARY_DIR}/src/config.h"
)
file (GLOB_RECURSE sources src/*.cpp src/*.h)
file (GLOB_RECURSE data resources/data/*)
file (GLOB_RECURSE image resources/image/*)