move test directory into src

This commit is contained in:
scawful
2024-07-24 01:55:13 -04:00
parent 92f25ffea2
commit 096b10ff77
10 changed files with 39 additions and 42 deletions

View File

@@ -120,4 +120,6 @@ set_target_properties(yaze
RUNTIME_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/bin"
LINK_FLAGS "${CMAKE_CURRENT_SOURCE_DIR}/yaze.res"
)
endif()
endif()
add_subdirectory(test)