mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 09:19:00 +08:00
37b323648a
* [yasm] Fix feature tools * version * update baseline * fix arm build, add host dependency * version * Fix desc * update baseline * Remove arm fix patch * version * Fix build, apply suggestions * version * Add line break * version * Set tools as a feature * version * Remove remaining ci.baseline.txt entry. Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
11 lines
274 B
Diff
11 lines
274 B
Diff
diff --git a/frontends/CMakeLists.txt b/frontends/CMakeLists.txt
|
|
index 9858b61..b151cc3 100644
|
|
--- a/frontends/CMakeLists.txt
|
|
+++ b/frontends/CMakeLists.txt
|
|
@@ -1,3 +1,5 @@
|
|
+if (BUILD_TOOLS)
|
|
ADD_SUBDIRECTORY(yasm)
|
|
ADD_SUBDIRECTORY(tasm)
|
|
ADD_SUBDIRECTORY(vsyasm)
|
|
+endif()
|