aboutsummaryrefslogtreecommitdiff
path: root/examples/graphics/fpscam
diff options
context:
space:
mode:
authorspicyjpeg <88942473+spicyjpeg@users.noreply.github.com>2021-11-10 17:11:44 +0100
committerspicyjpeg <88942473+spicyjpeg@users.noreply.github.com>2021-11-10 17:11:44 +0100
commitb55bc88017aac1bbe9eab21b480093459c0fd0e1 (patch)
tree248573885c01567732c974ff99e61c8a2fa6d1e1 /examples/graphics/fpscam
parentc61d83010a1d83513623724f908f0903e90966e2 (diff)
downloadpsn00bsdk-b55bc88017aac1bbe9eab21b480093459c0fd0e1.tar.gz
Fixed examples directory hierarchy not being preserved
Diffstat (limited to 'examples/graphics/fpscam')
-rw-r--r--examples/graphics/fpscam/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/graphics/fpscam/CMakeLists.txt b/examples/graphics/fpscam/CMakeLists.txt
index b2becb9..791f6c2 100644
--- a/examples/graphics/fpscam/CMakeLists.txt
+++ b/examples/graphics/fpscam/CMakeLists.txt
@@ -8,7 +8,7 @@ if(NOT DEFINED CMAKE_TOOLCHAIN_FILE AND DEFINED ENV{PSN00BSDK_LIBS})
endif()
project(
- hello
+ fpscam
LANGUAGES C
VERSION 1.0.0
DESCRIPTION "PSn00bSDK 3D camera controls example"
@@ -19,4 +19,4 @@ file(GLOB _sources *.c)
psn00bsdk_add_executable(fpscam STATIC ${_sources})
#psn00bsdk_add_cd_image(fpscam_iso fpscam iso.xml DEPENDS fpscam)
-install(FILES ${PROJECT_BINARY_DIR}/fpscam.exe DESTINATION .)
+install(FILES ${PROJECT_BINARY_DIR}/fpscam.exe TYPE BIN)