add_executable(testOne testOne.cpp) add_executable(testTwo testTwo.cpp) add_test( testLemmaCoreOne testOne ) add_test( testLemmaCoreTwo testTwo )