FPS camera added

This commit is contained in:
2023-03-05 01:25:51 +01:00
parent 5c008055fb
commit da6c9bd018
513 changed files with 2091 additions and 493090 deletions

View File

@@ -1,4 +1,4 @@
# Install script for directory: /home/kacperks/Desktop/projects/PogoBijoux
# Install script for directory: /home/kacperks/projects/PogoBijoux
# Set the install prefix
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
@@ -29,7 +29,7 @@ endif()
# Install shared libraries without execute permission?
if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
set(CMAKE_INSTALL_SO_NO_EXE "0")
set(CMAKE_INSTALL_SO_NO_EXE "1")
endif()
# Is this installation the result of a crosscompile?
@@ -50,5 +50,5 @@ endif()
string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
"${CMAKE_INSTALL_MANIFEST_FILES}")
file(WRITE "/home/kacperks/Desktop/projects/PogoBijoux/${CMAKE_INSTALL_MANIFEST}"
file(WRITE "/home/kacperks/projects/PogoBijoux/${CMAKE_INSTALL_MANIFEST}"
"${CMAKE_INSTALL_MANIFEST_CONTENT}")