Skip to content

Commit ae1f287

Browse files
committed
use Github Badge for build status, update src/nbl/CMakeLists.txt
1 parent 8484017 commit ae1f287

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
</div>
55

66
<p align="center">
7-
<a href="https://github.com/Devsh-Graphics-Programming/Nabla/actions">
8-
<img src="https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/Devsh-Graphics-Programming/Nabla/badges/nabla/build.json" alt="Build Status" /></a>
7+
<a href="https://github.com/Devsh-Graphics-Programming/Nabla/actions/workflows/build-nabla.yml">
8+
<img src="https://github.com/Devsh-Graphics-Programming/Nabla/actions/workflows/build-nabla.yml/badge.svg" alt="Build Status" /></a>
99
<a href="https://opensource.org/licenses/Apache-2.0">
1010
<img src="https://img.shields.io/badge/license-Apache%202.0-blue" alt="License: Apache 2.0" /></a>
1111
<a href="https://discord.gg/krsBcABm7u">

src/nbl/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -720,7 +720,7 @@ endif()
720720

721721
# extensions
722722
start_tracking_variables_for_propagation_to_parent()
723-
add_subdirectory(ext)
723+
add_subdirectory(ext EXCLUDE_FROM_ALL)
724724
propagate_changed_variables_to_parent_scope()
725725

726726
if(NOT NBL_STATIC_BUILD)

0 commit comments

Comments
 (0)