1
0
mirror of https://github.com/OpenTTD/OpenTTD synced 2025-12-10 06:52:05 +01:00

Doc: Add Apache 2.0 licensing info for CheckAtomic.cmake (#12603)

This commit is contained in:
James Addison
2024-05-02 14:13:00 +01:00
committed by GitHub
parent ef99aa81a3
commit c17fa6032b
4 changed files with 291 additions and 1 deletions

View File

@@ -343,7 +343,7 @@ if(NOT OPTION_DEDICATED)
endif()
endif()
include(CheckAtomic)
include(3rdparty/llvm/CheckAtomic)
if(APPLE)
link_package(Iconv TARGET Iconv::Iconv)