Version 2.0

This commit is contained in:
2025-11-04 21:04:41 -06:00
parent 506b0ff975
commit c2c86b5bee
376 changed files with 78207 additions and 78301 deletions

View File

@@ -1,4 +1,4 @@
# Install script for directory: /Users/keshavanand/Downloads/VSCode/Terminal
# Install script for directory: /Users/keshavanand/Downloads/Code/Terminal
# Set the install prefix
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
@@ -39,13 +39,13 @@ endif()
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
# Include the install script for the subdirectory.
include("/Users/keshavanand/Downloads/VSCode/Terminal/macbuild/ftxui/cmake_install.cmake")
include("/Users/keshavanand/Downloads/Code/Terminal/macbuild/ftxui/cmake_install.cmake")
endif()
string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
"${CMAKE_INSTALL_MANIFEST_FILES}")
if(CMAKE_INSTALL_LOCAL_ONLY)
file(WRITE "/Users/keshavanand/Downloads/VSCode/Terminal/macbuild/install_local_manifest.txt"
file(WRITE "/Users/keshavanand/Downloads/Code/Terminal/macbuild/install_local_manifest.txt"
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
endif()
if(CMAKE_INSTALL_COMPONENT)
@@ -61,6 +61,6 @@ else()
endif()
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
file(WRITE "/Users/keshavanand/Downloads/VSCode/Terminal/macbuild/${CMAKE_INSTALL_MANIFEST}"
file(WRITE "/Users/keshavanand/Downloads/Code/Terminal/macbuild/${CMAKE_INSTALL_MANIFEST}"
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
endif()