mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-22 10:37:10 +01:00
[libuuid] Install headers into correct subdirectory
This commit is contained in:
parent
a95fbce456
commit
2b896d2a22
@ -24,7 +24,7 @@ add_executable(test_uuid test_uuid.c)
|
||||
target_link_libraries(test_uuid uuid)
|
||||
|
||||
if(CMAKE_BUILD_TYPE STREQUAL "Release")
|
||||
install(FILES uuid.h DESTINATION include)
|
||||
install(FILES uuid.h DESTINATION include/uuid)
|
||||
endif()
|
||||
|
||||
install(
|
||||
|
@ -1,3 +1,3 @@
|
||||
Source: libuuid
|
||||
Version: 1.0.3
|
||||
Version: 1.0.3-1
|
||||
Description: Universally unique id library
|
||||
|
Loading…
x
Reference in New Issue
Block a user