normalize includes: tests

This commit is contained in:
brainiac
2025-12-17 09:36:01 -08:00
parent 810936c017
commit 3835f3b565
13 changed files with 38 additions and 62 deletions
+1
View File
@@ -22,6 +22,7 @@ set(tests_headers
add_executable(tests ${tests_sources} ${tests_headers})
target_link_libraries(tests common cppunit)
target_include_directories(tests PRIVATE ..)
install(TARGETS tests RUNTIME DESTINATION ${CMAKE_INSTALL_PREFIX}/bin)