mirror of
https://github.com/Luca1991/NDSFactory.git
synced 2025-07-09 05:30:12 +02:00
45 lines
2.8 KiB
CMake
45 lines
2.8 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
|
|
"/home/luca/Documenti/GitHub/NDSFactory/build/NDSFactory_autogen/mocs_compilation.cpp" "/home/luca/Documenti/GitHub/NDSFactory/build/CMakeFiles/NDSFactory.dir/NDSFactory_autogen/mocs_compilation.cpp.o"
|
|
"/home/luca/Documenti/GitHub/NDSFactory/main.cpp" "/home/luca/Documenti/GitHub/NDSFactory/build/CMakeFiles/NDSFactory.dir/main.cpp.o"
|
|
"/home/luca/Documenti/GitHub/NDSFactory/ndsfactory/ndsfactory.cpp" "/home/luca/Documenti/GitHub/NDSFactory/build/CMakeFiles/NDSFactory.dir/ndsfactory/ndsfactory.cpp.o"
|
|
"/home/luca/Documenti/GitHub/NDSFactory/ui/dialogs/about/aboutdialog.cpp" "/home/luca/Documenti/GitHub/NDSFactory/build/CMakeFiles/NDSFactory.dir/ui/dialogs/about/aboutdialog.cpp.o"
|
|
"/home/luca/Documenti/GitHub/NDSFactory/ui/mainwindow.cpp" "/home/luca/Documenti/GitHub/NDSFactory/build/CMakeFiles/NDSFactory.dir/ui/mainwindow.cpp.o"
|
|
"/home/luca/Documenti/GitHub/NDSFactory/ui/tabs/fatpatching/fatpatchingtabfunctions.cpp" "/home/luca/Documenti/GitHub/NDSFactory/build/CMakeFiles/NDSFactory.dir/ui/tabs/fatpatching/fatpatchingtabfunctions.cpp.o"
|
|
"/home/luca/Documenti/GitHub/NDSFactory/ui/tabs/fatpatching/fatpatchingtabsignals.cpp" "/home/luca/Documenti/GitHub/NDSFactory/build/CMakeFiles/NDSFactory.dir/ui/tabs/fatpatching/fatpatchingtabsignals.cpp.o"
|
|
"/home/luca/Documenti/GitHub/NDSFactory/ui/tabs/packer/packertabfunctions.cpp" "/home/luca/Documenti/GitHub/NDSFactory/build/CMakeFiles/NDSFactory.dir/ui/tabs/packer/packertabfunctions.cpp.o"
|
|
"/home/luca/Documenti/GitHub/NDSFactory/ui/tabs/packer/packertabsignals.cpp" "/home/luca/Documenti/GitHub/NDSFactory/build/CMakeFiles/NDSFactory.dir/ui/tabs/packer/packertabsignals.cpp.o"
|
|
"/home/luca/Documenti/GitHub/NDSFactory/ui/tabs/unpacker/unpackertabfunctions.cpp" "/home/luca/Documenti/GitHub/NDSFactory/build/CMakeFiles/NDSFactory.dir/ui/tabs/unpacker/unpackertabfunctions.cpp.o"
|
|
"/home/luca/Documenti/GitHub/NDSFactory/ui/tabs/unpacker/unpackertabsignals.cpp" "/home/luca/Documenti/GitHub/NDSFactory/build/CMakeFiles/NDSFactory.dir/ui/tabs/unpacker/unpackertabsignals.cpp.o"
|
|
)
|
|
set(CMAKE_CXX_COMPILER_ID "GNU")
|
|
|
|
# Preprocessor definitions for this target.
|
|
set(CMAKE_TARGET_DEFINITIONS_CXX
|
|
"QT_CORE_LIB"
|
|
"QT_GUI_LIB"
|
|
"QT_NO_DEBUG"
|
|
"QT_WIDGETS_LIB"
|
|
)
|
|
|
|
# The include file search paths:
|
|
set(CMAKE_CXX_TARGET_INCLUDE_PATH
|
|
"NDSFactory_autogen/include"
|
|
"/usr/include/qt"
|
|
"/usr/include/qt/QtCore"
|
|
"/usr/lib/qt/mkspecs/linux-g++"
|
|
"/usr/include/qt/QtGui"
|
|
"/usr/include/qt/QtWidgets"
|
|
)
|
|
|
|
# Targets to which this target links.
|
|
set(CMAKE_TARGET_LINKED_INFO_FILES
|
|
)
|
|
|
|
# Fortran module output directory.
|
|
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
|