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.
1 parent 039127d commit 56fd59aCopy full SHA for 56fd59a
CMakeLists.txt
@@ -81,7 +81,7 @@ target_link_libraries( pyth_tx ${PC_DEP} )
81
#
82
83
install( TARGETS pc DESTINATION lib )
84
-install( TARGETS pyth pythd pyth_csv DESTINATION bin )
+install( TARGETS pyth pythd pyth_csv pyth_tx DESTINATION bin )
85
install( FILES ${PC_HDR} DESTINATION include/pc )
86
install( FILES program/src/oracle/oracle.h DESTINATION include/oracle )
87
0 commit comments