Skip to content

Commit

Permalink
making input component only do tests if component test flag is active
Browse files Browse the repository at this point in the history
  • Loading branch information
mtao committed Dec 15, 2024
1 parent f58b053 commit 01aa6a1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/input/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
set(COMPONENT_NAME input)
add_subdirectory("src/wmtk/components/input")
if(WMTK_ENABLE_COMPONENT_TESTS)
add_subdirectory("tests")
endif()

0 comments on commit 01aa6a1

Please sign in to comment.