From 3b3cdb9961cd5e75089fe6de4f264620195548a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20Kapu=C5=9Bci=C5=84ski?= Date: Sat, 26 Nov 2022 16:15:53 +0100 Subject: [PATCH] Fix for config.h? --- src/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 0389dbb5..6e7f2a9d 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -13,8 +13,8 @@ endif() add_subdirectory(graphics/opengl33/shaders) # Configure file -configure_file(common/config.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/common/config.h) -configure_file(common/version.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/common/version.h) +configure_file(common/config.h.cmake "${CMAKE_CURRENT_BINARY_DIR}/common/config.h") +configure_file(common/version.h.cmake "${CMAKE_CURRENT_BINARY_DIR}/common/version.h") # Todo: split this monstrosity into smaller libraries (graphics, math, ui, etc.) add_library(colobotbase STATIC