Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

The generator expression used here isn't necessary:

add_test(NAME plain-run COMMAND $<TARGET_FILE:vector-test>)

You can just use:

add_test(NAME plain-run COMMAND vector-test)

Since the <COMMAND> is an executable target.



Consider applying for YC's Winter 2026 batch! Applications are open till Nov 10

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: