Browse Source

cmake: fix broken link.

hl_urbicide
Andrey Akhmichin 2 years ago
parent
commit
748ff6133c
No known key found for this signature in database
GPG Key ID: 1F180D249B0643C0
  1. 2
      CMakeLists.txt

2
CMakeLists.txt

@ -96,7 +96,7 @@ if(64BIT AND CMAKE_SIZEOF_VOID_P EQUAL 4) @@ -96,7 +96,7 @@ if(64BIT AND CMAKE_SIZEOF_VOID_P EQUAL 4)
endif()
# Xash3D FWGS Library Naming Scheme compliance
# see documentation: https://github.com/FWGS/xash3d-fwgs/blob/master/Documentation/library-naming.md
# see documentation: https://github.com/FWGS/xash3d-fwgs/blob/master/Documentation/extensions/library-naming.md
include(LibraryNaming)
if(CMAKE_SIZEOF_VOID_P EQUAL 8)

Loading…
Cancel
Save