34 lines
1.2 KiB
CMake
34 lines
1.2 KiB
CMake
# The set of languages for which implicit dependencies are needed:
|
|
SET(CMAKE_DEPENDS_LANGUAGES
|
|
"CXX"
|
|
)
|
|
# The set of files for implicit dependencies of each language:
|
|
SET(CMAKE_DEPENDS_CHECK_CXX
|
|
"C:/libs/pip/utils/system_daemon/daemon.cpp" "C:/libs/pip/utils/system_daemon/CMakeFiles/pisd.dir/daemon.cpp.obj"
|
|
"C:/libs/pip/utils/system_daemon/file_manager.cpp" "C:/libs/pip/utils/system_daemon/CMakeFiles/pisd.dir/file_manager.cpp.obj"
|
|
"C:/libs/pip/utils/system_daemon/main.cpp" "C:/libs/pip/utils/system_daemon/CMakeFiles/pisd.dir/main.cpp.obj"
|
|
)
|
|
SET(CMAKE_CXX_COMPILER_ID "GNU")
|
|
|
|
# Targets to which this target links.
|
|
SET(CMAKE_TARGET_LINKED_INFO_FILES
|
|
"C:/libs/pip/CMakeFiles/pip.dir/DependInfo.cmake"
|
|
)
|
|
|
|
# The include file search paths:
|
|
SET(CMAKE_C_TARGET_INCLUDE_PATH
|
|
"pip"
|
|
"pip/src"
|
|
"pip/src/."
|
|
"pip/src/code"
|
|
"pip/src/containers"
|
|
"pip/src/core"
|
|
"pip/src/io"
|
|
"pip/src/math"
|
|
"pip/src/system"
|
|
"pip/src/thread"
|
|
)
|
|
SET(CMAKE_CXX_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
|
|
SET(CMAKE_Fortran_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
|
|
SET(CMAKE_ASM_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
|