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

Use CMAKE_CURRENT_SOURCE_DIR for modules #30

Merged
merged 2 commits into from Jan 14, 2015
Merged

Conversation

Lavesson
Copy link
Contributor

I'm using cAudio as a submodule and adds it as part of the overall build using add_subdirectory(path_to_caudio). This causes cAudio to look for modules in the wrong place

These commits make it possible to add cAudio from another CMakeLists.txt by using ${CMAKE_CURRENT_SOURCE_DIR} instead when configuring module paths.

This makes it possible to add cAudio from another CMakeLists.txt
r4stl1n added a commit that referenced this pull request Jan 14, 2015
Use CMAKE_CURRENT_SOURCE_DIR for modules
@r4stl1n r4stl1n merged commit 188bc2c into r4stl1n:master Jan 14, 2015
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