70dbf93d-c8a7-4c1e-8ae4-1757699b79de

This commit is contained in:
cdemeyer-teachx
2025-08-21 04:45:33 +00:00
parent 23a7acf6a3
commit ccb66bd653
11 changed files with 1528 additions and 47 deletions

View File

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