summary refs log tree commit diff stats
path: root/results/scraper/fex/1934
blob: db94cf36f51c4d0955a8250e49b68bf96636e1ad (plain) (blame)
1
2
3
4
5
Use EXCLUDE_FROM_ALL to make targets optional in CMake
Follow up from #1926
`set_target_properties(MyTarget PROPERTIES EXCLUDE_FROM_ALL TRUE)`

Should also be done to other targets, like the IDE ones for thunks. #1923