diff options
| author | dawidg81 <dawidgorski.m@gmail.com> | 2026-01-25 15:09:34 +0100 |
|---|---|---|
| committer | dawidg81 <dawidgorski.m@gmail.com> | 2026-01-25 15:09:34 +0100 |
| commit | 67f48505819520f057ec933721a52a85868ee88f (patch) | |
| tree | c7360d20492b2d48e87f80aa498a3b94e67f5cbc /build/CMakeCache.txt | |
| parent | 02b51f560afcc6d5222ee91db592f8757b28cffe (diff) | |
experimental builds and header fix
Diffstat (limited to 'build/CMakeCache.txt')
| -rw-r--r-- | build/CMakeCache.txt | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/build/CMakeCache.txt b/build/CMakeCache.txt index c1de7ad..7bab2d8 100644 --- a/build/CMakeCache.txt +++ b/build/CMakeCache.txt @@ -125,7 +125,7 @@ CMAKE_PROJECT_DESCRIPTION:STATIC= CMAKE_PROJECT_HOMEPAGE_URL:STATIC= //Value Computed by CMake -CMAKE_PROJECT_NAME:STATIC=MyProject +CMAKE_PROJECT_NAME:STATIC=minesweeper //Path to a program. CMAKE_RANLIB:FILEPATH=D:/MinGW/bin/ranlib.exe @@ -219,6 +219,15 @@ MyProject_IS_TOP_LEVEL:STATIC=ON //Value Computed by CMake MyProject_SOURCE_DIR:STATIC=D:/code/minesweeper +//Value Computed by CMake +minesweeper_BINARY_DIR:STATIC=D:/code/minesweeper/build + +//Value Computed by CMake +minesweeper_IS_TOP_LEVEL:STATIC=ON + +//Value Computed by CMake +minesweeper_SOURCE_DIR:STATIC=D:/code/minesweeper + ######################## # INTERNAL cache entries |
