boostorg / cmake

CMake support infrastructure Boost submodule
94 stars 27 forks source link

Add support for WORKING_DIRECTORY to boost_test #36

Closed Flamefire closed 1 year ago

Flamefire commented 1 year ago

Allow to set the working directory for the test and the VS debugger target.

I have a use case for that in Boost.Locale. Especially having the VS debugger set up properly is helpful and putting it here avoids the duplication.