We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d4bec4 commit f0d3312Copy full SHA for f0d3312
1 file changed
ql/CMakeLists.txt
@@ -2357,6 +2357,24 @@ 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
+ <boost/test/unit_test.hpp>
2376
+)
2377
+
2378
target_compile_definitions(ql_library PRIVATE
2379
QL_COMPILATION)
2380
0 commit comments