-
Notifications
You must be signed in to change notification settings - Fork 4
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
bad cmakelists for xxf86vm and asound #16
Comments
diff --git a/neo/CMakeLists.txt b/neo/CMakeLists.txt +#alsa sound
################################################# TARGET_LINK_LIBRARIES (doom3
+IF (ASOUND_INCLUDE_DIR AND ASOUND_LIBRARY)
+IF (ASOUND_FOUND)
diff --git a/neo/cmake_modules/FindXXF86VM.cmake b/neo/cmake_modules/FindXXF86VM.cmake
+IF (XXF86VM_FOUND)
|
it looks bad: i cant attach a patch to issue. okey I would fork it now |
see. I've created a pull request. it is more readable |
hello! your cmakelists is good but not perfect. it has no search to libxxf86vm-dev and libasound2-dev and thats why cause errors on build. here is a patch:
The text was updated successfully, but these errors were encountered: