Pavel Liavonau

Results 1 issues of Pavel Liavonau

Use https://cmake.org/cmake/help/v3.8/prop_tgt/COMPILE_PDB_OUTPUT_DIRECTORY_CONFIG.html https://cmake.org/cmake/help/v3.8/prop_tgt/COMPILE_PDB_NAME_CONFIG.html for /Fd. But no support of generator expressions yet. Can't be used. Use https://cmake.org/cmake/help/v3.12/prop_tgt/PDB_OUTPUT_DIRECTORY.html https://cmake.org/cmake/help/v3.8/prop_tgt/PDB_NAME.html for /PDB. OK with generator expressions since CMake 3.12. For example: set_target_properties(${PROJECT_NAME}...