mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-12-14 03:59:36 +00:00
Add tool shim files to MakeTimestamp
This commit is contained in:
@@ -375,8 +375,11 @@ target_include_directories(gpr2gpa PRIVATE
|
|||||||
)
|
)
|
||||||
target_link_libraries(gpr2gpa PortabilityLayer MacRomanConversion zlib)
|
target_link_libraries(gpr2gpa PortabilityLayer MacRomanConversion zlib)
|
||||||
|
|
||||||
add_executable(MakeTimestamp EXCLUDE_FROM_ALL MakeTimestamp/MakeTimestamp.cpp)
|
add_executable(MakeTimestamp EXCLUDE_FROM_ALL
|
||||||
target_include_directories(MakeTimestamp PRIVATE PortabilityLayer)
|
MakeTimestamp/MakeTimestamp.cpp
|
||||||
|
WindowsUnicodeToolShim/UnixUnicodeToolShim.cpp
|
||||||
|
)
|
||||||
|
target_include_directories(MakeTimestamp PRIVATE PortabilityLayer WindowsUnicodeToolShim)
|
||||||
target_link_libraries(MakeTimestamp PortabilityLayer)
|
target_link_libraries(MakeTimestamp PortabilityLayer)
|
||||||
|
|
||||||
add_executable(FTagData EXCLUDE_FROM_ALL
|
add_executable(FTagData EXCLUDE_FROM_ALL
|
||||||
|
|||||||
Reference in New Issue
Block a user