Skip to content

Project skeleton that detects the STXXL library via CMake's find_package()

Notifications You must be signed in to change notification settings

stxxl/myproject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Sample STXXL Project

This is a sample project using the STXXL library via CMake project files.

This method should be used for "finished" projects, where the source code is shipped without including the STXXL library. Thus when building, a binary installation must be detected. Using CMake project files, the STXXL library can be detected via the standard find_package() mechanism.

Note that for prototype projects and early development, STXXL can be used and included via simpler methods. See the STXXL documentation for details.

See http://stxxl.sourceforge.net

Written 2013-10-26 Timo Bingmann

About

Project skeleton that detects the STXXL library via CMake's find_package()

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages