Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: convert api/samples/Makefile to cmake #67

Closed
derekbruening opened this issue Nov 27, 2014 · 2 comments
Closed

build: convert api/samples/Makefile to cmake #67

derekbruening opened this issue Nov 27, 2014 · 2 comments

Comments

@derekbruening
Copy link
Contributor

From [email protected] on March 03, 2009 18:18:12

split from base cmake feature issue #19 in addition to enabling us to build the samples locally for testing, by
exporting a CMakeLists.txt file we can make it easier for users to build them

Original issue: http://code.google.com/p/dynamorio/issues/detail?id=67

@derekbruening
Copy link
Contributor Author

From [email protected] on March 03, 2009 15:26:05

as part of this we should create a DynamoRIOConfig.cmake file and have clients use it
to find the DR library and include files

@derekbruening
Copy link
Contributor Author

From [email protected] on March 04, 2009 14:41:59

in r67 and r68 :

  • created CMakeLists.txt for the samples that can be used both
    internally and in the release package
  • created a DynamoRIOUse.cmake file that sets all the flags and preferred
    base up for clients
  • created a DynamoRIOConfig.cmake file to locate DynamoRIOUse.cmake
  • moved samples from exports/docs/html/samples to exports/samples/
  • fixed sample warnings (including a bug in cbr.c that was also present in the
    copied cbr regression tests) now that we're using /W4 on them

Status: Verified

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant