File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -290,7 +290,7 @@ if (WIN32)
290290 )
291291
292292 target_compile_definitions (
293- SerialProgramsLib PRIVATE
293+ SerialProgramsLib PUBLIC
294294 _CRT_SECURE_NO_WARNINGS
295295 _DISABLE_CONSTEXPR_MUTEX_CONSTRUCTOR
296296 PA_TESSERACT
@@ -455,7 +455,7 @@ else() # macOS and Linux
455455
456456 pkg_search_module(DPP dpp>=10.1)
457457 if (DPP_FOUND) # enable dpp integration
458- target_compile_definitions (SerialProgramsLib PRIVATE PA_DPP)
458+ target_compile_definitions (SerialProgramsLib PUBLIC PA_DPP)
459459 target_compile_options (SerialProgramsLib PRIVATE ${DPP_CFLAGS_OTHER} )
460460 target_include_directories (SerialProgramsLib PRIVATE ${DPP_INCLUDE_DIRS} )
461461 target_link_directories (SerialProgramsLib PUBLIC ${DPP_LIBRARY_DIRS} )
You can’t perform that action at this time.
0 commit comments