Skip to content

Commit

Permalink
Exclude tests on embedded targets
Browse files Browse the repository at this point in the history
  • Loading branch information
jensboe committed Nov 18, 2023
1 parent eb6cf93 commit 1b4ab22
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
add_subdirectory(embedded)
add_subdirectory(tests)
if(win32)
add_subdirectory(tests)
endif()

0 comments on commit 1b4ab22

Please sign in to comment.