We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cf4d0c8 + 163b9f6 commit 094ca84Copy full SHA for 094ca84
1 file changed
ql/CMakeLists.txt
@@ -2357,6 +2357,22 @@ set_target_properties(ql_library PROPERTIES
2357
VERSION ${QUANTLIB_VERSION}
2358
SOVERSION ${QUANTLIB_VERSION_MAJOR})
2359
2360
+target_precompile_headers(ql_library
2361
+ PUBLIC
2362
+ <ql/any.hpp>
2363
+ <ql/errors.hpp>
2364
+ <ql/index.hpp>
2365
+ <ql/indexes/indexmanager.hpp>
2366
+ <ql/instrument.hpp>
2367
+ <ql/indexes/interestrateindex.hpp>
2368
+ <ql/math/array.hpp>
2369
+ <ql/math/interpolations/cubicinterpolation.hpp>
2370
+ <ql/math/matrix.hpp>
2371
+ <ql/methods/finitedifferences/operators/fdmlinearop.hpp>
2372
+ <ql/patterns/observable.hpp>
2373
+ <ql/qldefines.hpp>
2374
+ <ql/termstructure.hpp>)
2375
+
2376
target_compile_definitions(ql_library PRIVATE
2377
QL_COMPILATION)
2378
0 commit comments