prompt description

This commit is contained in:
cdemeyer-teachx
2025-08-26 13:02:15 +09:00
parent 51bda8ddb8
commit 2f11b6fa0e
3 changed files with 3 additions and 7 deletions

View File

@@ -10,7 +10,7 @@ set(CMAKE_CXX_EXTENSIONS OFF)
enable_testing()
# Options
option(ND_WFC_BUILD_TESTS "Build tests" OFF) # Temporarily disabled due to gtest hash issue
option(ND_WFC_BUILD_TESTS "Build tests" ON)
option(ND_WFC_BUILD_EXAMPLES "Build examples" ON)
option(ND_WFC_USE_SYSTEM_LIBS "Use system libraries instead of bundled" OFF)