You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
03-code-generation/configure-files/CMakeLists.txt中
第28行
25 # include the directory with the new files
26 target_include_directories( cf_example
27 PUBLIC
28 ${CMAKE_BINARY_DIR}
29 )
是否应该更改为${PROJECT_BINARY_DIR}
The text was updated successfully, but these errors were encountered:
03-code-generation/configure-files/CMakeLists.txt中
第28行
25 # include the directory with the new files
26 target_include_directories( cf_example
27 PUBLIC
28 ${CMAKE_BINARY_DIR}
29 )
是否应该更改为${PROJECT_BINARY_DIR}
The text was updated successfully, but these errors were encountered: