Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Save worker's context directly in TLS.
[simgrid.git] / tools / pkg-config / simgrid.pc.in
1 prefix=@CMAKE_INSTALL_PREFIX@
2 exec_prefix=${prefix}
3 libdir=${prefix}/lib
4 includedir=${prefix}/include
5
6 Name: SimGrid
7 Description: Framework for the simulation of distributed applications (Clouds, HPC, Grids, IoT and others)
8 Version: @libsimgrid_version@
9
10 Libs: -L${libdir} -lsimgrid
11 Cflags: -I${includedir}