Andrii T
Results
1
issues of
Andrii T
if some in CMakeLists.txt have : target_compile_definitions(test-cxx-force PUBLIC OPENFLAG=\"Open\") build wrong gch file. if call cmake with -DCMAKE_BUILD_TYPE=Debug build wrong gch file. Try this lifehack :) #export_all_flags("${_pch_flags_file}") #set(_compiler_FLAGS "@${_pch_flags_file}") add_custom_command(...