mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00
11 lines
361 B
Diff
11 lines
361 B
Diff
diff -Naur -x .git spgpu/src/CMakeLists.txt spgpu-new/src/CMakeLists.txt
|
|
--- spgpu/src/CMakeLists.txt 2016-04-21 15:14:23.000000000 +0200
|
|
+++ spgpu-new/src/CMakeLists.txt 2016-04-21 15:15:36.000000000 +0200
|
|
@@ -199,3 +199,6 @@
|
|
|
|
|
|
|
|
+INSTALL(DIRECTORY ${EXECUTABLE_OUTPUT_PATH}/ DESTINATION bin)
|
|
+INSTALL(DIRECTORY ${LIBRARY_OUTPUT_PATH}/ DESTINATION lib)
|
|
+
|