Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set proper PDB_NAME. Can't be implemented until GenEx support #64

Open
pavelliavonau opened this issue Dec 10, 2018 · 0 comments
Open
Assignees

Comments

@pavelliavonau
Copy link
Owner

pavelliavonau commented Dec 10, 2018

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} PROPERTIES PDB_OUTPUT_DIRECTORY "${OUT_DIR}/pdb")

@pavelliavonau pavelliavonau self-assigned this Dec 10, 2018
@pavelliavonau pavelliavonau changed the title Set proper path and name for PDB files. Set proper PDB_NAME. Mar 29, 2019
@pavelliavonau pavelliavonau changed the title Set proper PDB_NAME. Set proper PDB_NAME. Can't be implemented until GenEx support Apr 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant