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

Fix CMakeLists.txt for both mlil_parser and llil_parser examples #1061

Merged
merged 2 commits into from Jul 25, 2018

Conversation

joshwatson
Copy link
Contributor

The file( GLOB_RECURSE ... line of the CMakeLists.txt files causes a link error, because the recursive file search also finds a cmake cpp file that contains a main symbol.

Additionally, I fixed a compile issue with llil_parser, where LLIL_CALL_PARAM_SSA was used instead of LLIL_CALL_PARAM.

@joshwatson
Copy link
Contributor Author

anyone?

@plafosse plafosse merged commit 7495ed5 into Vector35:dev Jul 25, 2018
@plafosse
Copy link
Member

Thanks for the PR :)

@joshwatson joshwatson deleted the fix-cmakelists branch May 10, 2019 21:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants