This commit is contained in:
2025-11-23 14:22:51 +05:30
parent 536e10d129
commit b24b2082df
2 changed files with 2 additions and 2 deletions

View File

@ -11,6 +11,8 @@ set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/lib)
project(IACore)
enable_language(C)
# Default to ON if root, OFF if dependency
option(IACore_BUILD_TESTS "Build unit tests" ${PROJECT_IS_TOP_LEVEL})