We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e7627b2 + 41d57d0 commit de72c4fCopy full SHA for de72c4f
src/CMakeLists.txt
@@ -129,6 +129,7 @@ function(add_systemc_library libName scBuildDefine)
129
if(SYSTEMC_UNITY_BUILD)
130
message(STATUS "Enable SystemC unity build")
131
set_target_properties(${libName} PROPERTIES UNITY_BUILD ON)
132
+ set_source_files_properties(sysc/kernel/sc_main.cpp PROPERTIES SKIP_UNITY_BUILD_INCLUSION ON)
133
set_source_files_properties(sysc/utils/sc_utils_ids.cpp PROPERTIES SKIP_UNITY_BUILD_INCLUSION ON)
134
else()
135
message(STATUS "Disable SystemC unity build")
0 commit comments