diff options
| author | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2022-07-23 04:14:40 +0200 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2022-07-23 04:23:05 +0200 |
| commit | 8b9822c013e12822bfac0b6c6829da841622b867 (patch) | |
| tree | 16e3ce9b11cbabc787e74dd5b9daf7073c03ea6d /CMakeLists.txt | |
| parent | e59e4c061e68c6abf51f91323b1b4e38b31bb63e (diff) | |
Create cdroot directory on common CMakeLists.txt
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 54198bc..37a6a94 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -20,6 +20,7 @@ endif() add_executable(${PROJECT_NAME} "src/main.c") set(cdroot ${CMAKE_BINARY_DIR}/cdimg) +file(MAKE_DIRECTORY ${cdroot}) # Avoid C11 since it is not supported by the i386-mingw32 toolchain. set(cflags -Wall -g3 -ffunction-sections -fdata-sections -pedantic -std=c99) |
