mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-12-15 20:42:44 +00:00
Add MakeTimestamp to CMake, port to *nix
This commit is contained in:
@@ -359,5 +359,9 @@ target_include_directories(gpr2gpa PRIVATE
|
||||
)
|
||||
target_link_libraries(gpr2gpa PortabilityLayer MacRomanConversion zlib)
|
||||
|
||||
add_executable(MakeTimestamp MakeTimestamp/MakeTimestamp.cpp)
|
||||
target_include_directories(MakeTimestamp PRIVATE PortabilityLayer)
|
||||
target_link_libraries(MakeTimestamp PortabilityLayer)
|
||||
|
||||
|
||||
install (TARGETS ${EXECNAME})
|
||||
|
||||
Reference in New Issue
Block a user