Repository cleanup & README.md. (#5)

This commit is contained in:
Skyth (Asilkan)
2025-02-27 00:11:11 +03:00
committed by GitHub
parent cd6fcb33bd
commit 04e716178b
24 changed files with 340 additions and 268 deletions

View File

@@ -24,8 +24,7 @@ add_subdirectory(${XENONANALYSE_ROOT})
add_subdirectory(${XENONRECOMP_ROOT})
add_subdirectory(${XENONUTILS_ROOT})
# Only build sample and tests if this is the top level project
# Only tests if this is the top level project
if (${CMAKE_CURRENT_SOURCE_DIR} STREQUAL ${CMAKE_SOURCE_DIR})
add_subdirectory(XenonSample)
add_subdirectory(XenonTests)
endif()