13 lines
625 B
Diff
13 lines
625 B
Diff
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index 4de86a4..be7a41d 100644
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -105,7 +105,6 @@ if(AEMU_COMMON_GEN_PKGCONFIG)
|
|
install(DIRECTORY base/include/aemu DESTINATION ${CMAKE_INSTALL_INCLUDEDIR})
|
|
install(DIRECTORY snapshot/include/ DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/aemu/snapshot)
|
|
install(DIRECTORY host-common/include/ DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/aemu/host-common)
|
|
- install(DIRECTORY third-party/cuda/include/ DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/aemu/host-common)
|
|
set(INSTALL_TARGETS
|
|
aemu-base
|
|
aemu-host-common
|
|
|