File: fix_ngs-c%2B%2B-underlinkage.patch

package info (click to toggle)
sra-sdk 3.0.3%2Bdfsg-6~deb12u1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 165,852 kB
  • sloc: ansic: 374,775; cpp: 232,734; perl: 8,959; java: 6,253; sh: 6,032; python: 3,890; makefile: 1,046; yacc: 703; xml: 310; lex: 235
file content (16 lines) | stat: -rw-r--r-- 618 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Author: Aaron M. Ucko
Last-Update: 2023-01-20 17:48:36
Description: Fix linking target

Index: b/ngs/ngs-sdk/CMakeLists.txt
===================================================================
--- a/ngs/ngs-sdk/CMakeLists.txt
+++ b/ngs/ngs-sdk/CMakeLists.txt
@@ -52,6 +52,7 @@ endif()
 
 # Merging NGS_SDK_TARGETS with NCBI_NGS_TARGETS for ngs-sdk lib to contain all necessary functions for python and java to import (VDB-4713)
 set(NGS_SDK_TARGETS ${NGS_SDK_TARGETS} ${NCBI_NGS_TARGETS})
+set(NGS_CPP_TARGETS ${NGS_CPP_TARGETS} ${NCBI_NGS_TARGETS})
 
 if( SINGLE_CONFIG OR WIN32 )
     include( CMakeLists.posix.txt )