mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-23 02:57:09 +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)
|
target_link_libraries(test_uuid uuid)
|
||||||
|
|
||||||
if(CMAKE_BUILD_TYPE STREQUAL "Release")
|
if(CMAKE_BUILD_TYPE STREQUAL "Release")
|
||||||
install(FILES uuid.h DESTINATION include)
|
install(FILES uuid.h DESTINATION include/uuid)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
install(
|
install(
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
Source: libuuid
|
Source: libuuid
|
||||||
Version: 1.0.3
|
Version: 1.0.3-1
|
||||||
Description: Universally unique id library
|
Description: Universally unique id library
|
||||||
|
Loading…
x
Reference in New Issue
Block a user