✅ Basic window creation testing
This commit is contained in:
parent
8e6f89cb2d
commit
0e7a1f5623
4 changed files with 170 additions and 49 deletions
|
|
@ -37,7 +37,10 @@ FetchContent_Declare(
|
|||
|
||||
FetchContent_MakeAvailable(unity)
|
||||
|
||||
add_executable(test_aswm test/test_aswm.c)
|
||||
add_executable(test_aswm
|
||||
test/test_set_up.c
|
||||
test/aswm/test_aswm.c
|
||||
)
|
||||
target_include_directories(test_aswm PUBLIC unity)
|
||||
target_link_libraries(test_aswm libaswm unity)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue