From 71d09822dcdbec6a583ee3ffc28e5522f40a8fd6 Mon Sep 17 00:00:00 2001 From: Berkus Decker Date: Mon, 18 Dec 2017 02:50:51 +0200 Subject: [PATCH] Create styles directory initially --- Telegram/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Telegram/CMakeLists.txt b/Telegram/CMakeLists.txt index e122a6599..7ead68414 100644 --- a/Telegram/CMakeLists.txt +++ b/Telegram/CMakeLists.txt @@ -14,6 +14,8 @@ endif() include_directories(SourceFiles) add_subdirectory(SourceFiles/codegen) +file(MAKE_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/styles) + #-w<(PRODUCT_DIR)/../.. -- wtf is that add_custom_command( COMMENT "Generating palette"