aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 9ae3089..e48f289 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -34,5 +34,5 @@ install(FILES ${CMAKE_CURRENT_BINARY_DIR}/avirt.pc
DESTINATION ${CMAKE_INSTALL_LIBDIR}/pkgconfig)
install(TARGETS ${TARGET_NAME}
DESTINATION ${CMAKE_INSTALL_LIBDIR})
-install(FILES avirt/avirt.h
+install(FILES include/avirt/avirt.h
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/avirt)