changed structure

This commit is contained in:
Johannes Wendel
2019-04-24 19:22:55 +02:00
parent 8785c701be
commit 218cb65dd4
54 changed files with 1348 additions and 5278 deletions

View File

@@ -1,4 +1,4 @@
# Install script for directory: /home/rhetenor/FlippR/flippr-code
# Install script for directory: /home/johannes/git/flippr-code
# 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?
@@ -45,5 +45,5 @@ endif()
string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
"${CMAKE_INSTALL_MANIFEST_FILES}")
file(WRITE "/home/rhetenor/FlippR/flippr-code/cmake-build-debug/${CMAKE_INSTALL_MANIFEST}"
file(WRITE "/home/johannes/git/flippr-code/cmake-build-debug/${CMAKE_INSTALL_MANIFEST}"
"${CMAKE_INSTALL_MANIFEST_CONTENT}")