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

package info (click to toggle)
sra-sdk 3.2.1%2Bdfsg-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 296,128 kB
  • sloc: ansic: 532,876; cpp: 243,000; perl: 9,649; python: 8,978; sh: 7,888; java: 6,253; makefile: 1,148; yacc: 703; xml: 310; lex: 236
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 )