Commit prog.

This commit is contained in:
2023-11-02 10:39:50 -05:00
parent f573ff8366
commit 79b7e235ab
12 changed files with 20 additions and 23 deletions

View File

@@ -37,6 +37,10 @@ project(Dawn
# Setup tests
add_executable(dawntests)
target_link_libraries(dawntests PRIVATE Catch2::Catch2WithMain)
target_compile_definitions(dawntests
PUBLIC
DAWN_ASSET_LOCATION="${DAWN_ROOT_DIR}/test/data"
)
# Add tools
add_subdirectory(tools)