blob: 79da84c6da633f5ab3f98942b38d6d6511008964 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Autogenerated for platforms:
# darwin-x86_64
# linux-x86_64
# windows-x86_64
VERSION(1.3.0)
IF (USE_PREBUILT_TOOLS)
INCLUDE(${ARCADIA_ROOT}/build/prebuilt/contrib/tools/yasm/ya.make.prebuilt)
ENDIF()
IF (NOT PREBUILT)
INCLUDE(${ARCADIA_ROOT}/contrib/tools/yasm/bin/ya.make)
ENDIF()
RECURSE(
bin
)
|