Created
December 8, 2011 16:44
-
-
Save vtourraine/1447551 to your computer and use it in GitHub Desktop.
Copy OCHamcrest headers into a single folder in order to use it as a framework with the static library
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mkdir -p OCHamcrest | |
cp -f ../OCHamcrest/Source/OCHamcrest.h OCHamcrest/; | |
find ../OCHamcrest/Source/Core/ -type f -name '*.h' -exec cp -f {} OCHamcrest/ \; | |
find ../OCHamcrest/Source/Library/ -type f -name '*.h' -exec cp -f {} OCHamcrest/ \; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment