prints as pi

This commit is contained in:
Brady Bodily
2018-04-12 02:00:33 +00:00
parent 88e5128704
commit 48071834d4
16 changed files with 369 additions and 228 deletions

View File

@@ -1,4 +1,4 @@
# Install script for directory: /home/pi/Repos/cs3100hw5
# Install script for directory: /home/pi/Repos/cs3100hw6
# Set the install prefix
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
@@ -40,5 +40,5 @@ endif()
string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
"${CMAKE_INSTALL_MANIFEST_FILES}")
file(WRITE "/home/pi/Repos/cs3100hw5/build/${CMAKE_INSTALL_MANIFEST}"
file(WRITE "/home/pi/Repos/cs3100hw6/build/${CMAKE_INSTALL_MANIFEST}"
"${CMAKE_INSTALL_MANIFEST_CONTENT}")