# This is the CMakeCache file.
# For build in directory: d:/Application2/JetBrains/CLion/ACwing/Projects/WorkerManager/cmake-build-debug
# It was generated by CMake: D:/Application2/JetBrains/CLion/CLion 2022.3.1/bin/cmake/win/bin/cmake.exe
# You can edit this file to change values found and used by cmake.
# If you do not want to change any of the values, simply exit the editor.
# If you do want to change a value, simply edit, save, and exit the editor.
# The syntax for the file is as follows:
# KEY:TYPE=VALUE
# KEY is the name of a variable in the cache.
# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!.
# VALUE is the current value for the KEY.
########################
# EXTERNAL cache entries
########################
//Path to a program.
CMAKE_ADDR2LINE:FILEPATH=D:/Application2/JetBrains/CLion/CLion 2022.3.1/bin/mingw/bin/addr2line.exe
//Path to a program.
CMAKE_AR:FILEPATH=D:/Application2/JetBrains/CLion/CLion 2022.3.1/bin/mingw/bin/ar.exe
//Choose the type of build, options are: None Debug Release RelWithDebInfo
// MinSizeRel ...
CMAKE_BUILD_TYPE:STRING=Debug
//Enable colored diagnostics throughout.
CMAKE_COLOR_DIAGNOSTICS:BOOL=ON
//CXX compiler
CMAKE_CXX_COMPILER:FILEPATH=D:/Application2/JetBrains/CLion/CLion 2022.3.1/bin/mingw/bin/g++.exe
//A wrapper around 'ar' adding the appropriate '--plugin' option
// for the GCC compiler
CMAKE_CXX_COMPILER_AR:FILEPATH=D:/Application2/JetBrains/CLion/CLion 2022.3.1/bin/mingw/bin/gcc-ar.exe
//A wrapper around 'ranlib' adding the appropriate '--plugin' option
// for the GCC compiler
CMAKE_CXX_COMPILER_RANLIB:FILEPATH=D:/Application2/JetBrains/CLion/CLion 2022.3.1/bin/mingw/bin/gcc-ranlib.exe
//Flags used by the CXX compiler during all build types.
CMAKE_CXX_FLAGS:STRING=
//Flags used by the CXX compiler during DEBUG builds.
CMAKE_CXX_FLAGS_DEBUG:STRING=-g
//Flags used by the CXX compiler during MINSIZEREL builds.
CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
//Flags used by the CXX compiler during RELEASE builds.
CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
//Flags used by the CXX compiler during RELWITHDEBINFO builds.
CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
//Libraries linked by default with all C++ applications.
CMAKE_CXX_STANDARD_LIBRARIES:STRING=-lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32
//C compiler
CMAKE_C_COMPILER:FILEPATH=D:/Application2/JetBrains/CLion/CLion 2022.3.1/bin/mingw/bin/gcc.exe
//A wrapper around 'ar' adding the appropriate '--plugin' option
// for the GCC compiler
CMAKE_C_COMPILER_AR:FILEPATH=D:/Application2/JetBrains/CLion/CLion 2022.3.1/bin/mingw/bin/gcc-ar.exe
//A wrapper around 'ranlib' adding the appropriate '--plugin' option
// for the GCC compiler
CMAKE_C_COMPILER_RANLIB:FILEPATH=D:/Application2/JetBrains/CLion/CLion 2022.3.1/bin/mingw/bin/gcc-ranlib.exe
//Flags used by the C compiler during all build types.
CMAKE_C_FLAGS:STRING=
//Flags used by the C compiler during DEBUG builds.
CMAKE_C_FLAGS_DEBUG:STRING=-g
//Flags used by the C compiler during MINSIZEREL builds.
CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
//Flags used by the C compiler during RELEASE builds.
CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
//Flags used by the C compiler during RELWITHDEBINFO builds.
CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
//Libraries linked by default with all C applications.
CMAKE_C_STANDARD_LIBRARIES:STRING=-lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32
//Path to a program.
CMAKE_DLLTOOL:FILEPATH=D:/Application2/JetBrains/CLion/CLion 2022.3.1/bin/mingw/bin/dlltool.exe
//Flags used by the linker during all build types.
CMAKE_EXE_LINKER_FLAGS:STRING=
//Flags used by the linker during DEBUG builds.
CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING=
//Flags used by the linker during MINSIZEREL builds.
CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING=
//Flags used by the linker during RELEASE builds.
CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING=
//Flags used by the linker during RELWITHDEBINFO builds.
CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
//Enable/Disable output of compile commands during generation.
CMAKE_EXPORT_COMPILE_COMMANDS:BOOL=
//Value Computed by CMake.
CMAKE_FIND_PACKAGE_REDIRECTS_DIR:STATIC=D:/Application2/JetBrains/CLion/ACwing/Projects/WorkerManager/cmake-build-debug/CMakeFiles/pkgRedirects
//Convert GNU import libraries to MS format (requires Visual Studio)
CMAKE_GNUtoMS:BOOL=OFF
//Install path prefix, prepended onto install directories.
CMAKE_INSTALL_PREFIX:PATH=C:/Program Files (x86)/WorkerManager
//Path to a program.
CMAKE_LINKER:FILEPATH=D:/Application2/JetBrains/CLion/CLion 2022.3.1/bin/mingw/bin/ld.exe
//make program
CMAKE_MAKE_PROGRAM:FILEPATH=D:/Application2/JetBrains/CLion/CLion 2022.3.1/bin/ninja/win/ninja.exe
//Flags used by the linker during the creation of modules during
// all build types.
CMAKE_MODULE_LINKER_FLAGS:STRING=
//Flags used by the linker during the creation of modules during
// DEBUG builds.
CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING=
//Flags used by the linker during the creation of modules during
// MINSIZEREL builds.
CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING=
//Flags used by the linker during the creation of modules during
// RELEASE builds.
CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING=
//Flags used by the linker during the creation of modules during
// RELWITHDEBINFO builds.
CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
//Path to a program.
CMAKE_NM:FILEPATH=D:/Application2/JetBrains/CLion/CLion 2022.3.1/bin/mingw/bin/nm.exe
//Path to a program.
CMAKE_OBJCOPY:FILEPATH=D:/Application2/JetBrains/CLion/CLion 2022.3.1/bin/mingw/bin/objcopy.exe
//Path to a program.
CMAKE_OBJDUMP:FILEPATH=D:/Application2/JetBrains/CLion/CLion 2022.3.1/bin/mingw/bin/objdump.exe
//Value Computed by CMake
CMAKE_PROJECT_DESCRIPTION:STATIC=
//Value Computed by CMake
CMAKE_PROJECT_HOMEPAGE_URL:STATIC=
//Value Computed by CMake
CMAKE_PROJECT_NAME:STATIC=WorkerManager
//Path to a program.
CMAKE_RANLIB:FILEPATH=D:/Application2/JetBrains/CLion/CLion 2022.3.1/bin/mingw/bin/ranlib.exe
//RC compiler
CMAKE_RC_COMPILER:FILEPATH=D:/Application2/JetBrains/CLion/CLion 2022.3.1/bin/mingw/bin/windres.exe
//Flags for Windows Resource Compiler during all build types.
CMAKE_RC_FLAGS:STRING=
//Flags for Windows Resource Compiler during DEBUG builds.
CMAKE_RC_FLAGS_DEBUG:STRING=
//Flags for Windows Resource Compiler during MINSIZEREL builds.
CMAKE_RC_FLAGS_MINSIZEREL:STRING=
//Flags for Windows Resource Compiler during RELEASE builds.
CMAKE_RC_FLAGS_RELEASE:STRING=
//Flags for Windows Resource Compiler during RELWITHDEBINFO builds.
CMAKE_RC_FLAGS_RELWITHDEBINFO:STRING=
//Path to a program.
CMAKE_READELF:FILEPATH=D:/Application2/JetBrains/CLion/CLion 2022.3.1/bin/mingw/bin/readelf.exe
//Flags used by the linker during the creation of shared libraries
// during all build types.
CMAKE_SHARED_LINKER_FLAGS:STRING=
//Flags used by the linker during the creation of shared libraries
// during DEBUG builds.
CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING=
//Flags used by the linker during the creation of shared libraries
// during MINSIZEREL builds.
CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING=
//Flags used by the linker during the creation of shared libraries
// during RELEASE builds.
CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING=
//Flags used by the linker during the creation of shared libraries
// during RELWITHDEBINFO builds.
CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING=
//If set, runtime paths are not added when installing shared libraries,
// but are added when building.
CMAKE_SKIP_INSTALL_RPATH:BOOL=NO
//If set, runtime paths are not added when using shared libraries.
CMAKE_SKIP_RPATH:BOOL=NO
//Flags used by the linker during the
没有合适的资源?快使用搜索试试~ 我知道了~
温馨提示
该职工管理系统实现了以下功能:0、退出管理系统 1、增加职工信息 2、显示职工信息 3、删除离职职工 4、修改职工信息 6、按照编号排序 7、清空所有文档。 职工信息包含职工编号、职工姓名、职工部门编号、职工职责信息。按对应键能够实现相应的功能。且将职工信息存入txt文档中,对职工数组进行加删改清的操作,也会对应的在文件中体现相应的操作。且按照职工编号排序实现了可进行选择的升序或者降序的两种排序方式。
资源推荐
资源详情
资源评论
收起资源包目录
WorkerManager.zip (56个子文件)
WorkerManager
CMakeLists.txt 229B
workManager.h 1KB
boss.h 454B
manager.h 467B
cmake-build-debug
build.ninja 12KB
WorkerManager.exe 428KB
Testing
Temporary
LastTest.log 142B
CMakeFiles
cmake.check_cache 86B
WorkerManager.dir
main.cpp.obj 22KB
employee.cpp.obj 140KB
manager.cpp.obj 140KB
boss.cpp.obj 140KB
workManager.cpp.obj 163KB
CMakeTmp
clion-Debug-log.txt 509B
rules.ninja 2KB
pkgRedirects
CMakeOutput.log 60KB
clion-environment.txt 192B
3.24.2
CMakeRCCompiler.cmake 282B
CompilerIdC
CMakeCCompilerId.c 26KB
tmp
a.exe 44KB
CMakeDetermineCompilerABI_CXX.bin 44KB
CMakeCXXCompiler.cmake 6KB
CMakeSystem.cmake 395B
CMakeCCompiler.cmake 3KB
CMakeDetermineCompilerABI_C.bin 44KB
CompilerIdCXX
tmp
CMakeCXXCompilerId.cpp 26KB
a.exe 44KB
TargetDirectories.txt 327B
cmake_install.cmake 2KB
.ninja_deps 53KB
.ninja_log 6KB
empFile.txt 0B
CMakeCache.txt 17KB
.cmake
api
v1
reply
target-WorkerManager-Debug-fe14f9bf1907e1bc3c29.json 3KB
toolchains-v1-a826ebfe71b1bcd02b0a.json 4KB
codemodel-v2-29e5e312552f54015c6b.json 1KB
cache-v2-b9504f3e8851a89b427a.json 27KB
directory-.-Debug-d0094a50bb2071803777.json 168B
index-2023-01-05T12-44-47-0767.json 2KB
cmakeFiles-v1-8a90530b7558cf738f6e.json 5KB
query
cmakeFiles-v1 0B
codemodel-v2 0B
cache-v2 0B
toolchains-v1 0B
worker.h 477B
boss.cpp 537B
workManager.cpp 13KB
main.cpp 1KB
.idea
WorkerManager.iml 98B
workspace.xml 4KB
misc.xml 140B
modules.xml 285B
.gitignore 190B
employee.h 474B
employee.cpp 563B
manager.cpp 576B
共 56 条
- 1
资源评论
Everest_vv
- 粉丝: 1
- 资源: 2
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功