Explorar el Código

Fixed wrong CMakeList merge

TheOnlyJoey hace 8 años
padre
commit
a94e9a8687
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      CMakeLists.txt

+ 1 - 1
CMakeLists.txt

@@ -125,4 +125,4 @@ set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_CURRENT_DIR}/)
 
 #install properties
 install (TARGETS openhmd-shared openhmd-static DESTINATION lib)
-install (FILES include/openhmd.h DESTINATION include/openhmd/)
+install (FILES include/openhmd.h DESTINATION include)