dolphin-emu / hwtests

Hardware test suite
GNU General Public License v2.0
22 stars 25 forks source link

Fix adding hwtests with multiple files. #17

Closed Sonicadvance1 closed 9 years ago

neobrain commented 9 years ago

Why didn't this work before? Description ffs!

Sonicadvance1 commented 9 years ago

Because whomever wrote it decided to describe it as a filelist, but in reality it was never designed as one.

neobrain commented 9 years ago

The filelist is meant to be passed as a variable like this:

set(SRCS file1.cpp file2.cpp)
add_hwtest(module SRCS)

I'm fairly sure I tested that this works, unless I'm missing something?

Sonicadvance1 commented 9 years ago

Okay