Commit 1b72a071 authored by Andreas Schmidt's avatar Andreas Schmidt
Browse files

Add custom targets to Cmake file.

parent a9c122a3
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -13,3 +13,6 @@ include_directories(${CMAKE_CURRENT_SOURCE_DIR})

add_subdirectory(src)
add_subdirectory(tests)

add_custom_target(funtest ./bin/prrtTests)
add_custom_target(perftest python3 eval.py)
 No newline at end of file