Changeset 1872 for code/trunk/cmake/FindOpenAL.cmake
- Timestamp:
- Oct 2, 2008, 7:00:54 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/cmake/FindOpenAL.cmake
r1776 r1872 48 48 /opt/include 49 49 ../libs/openal-0.0.8/common/include 50 ${DEPENDENCY_DIR}/openal-1.1/include 50 51 ) 51 52 # I'm not sure if I should do a special casing for Apple. It is … … 85 86 /opt/lib 86 87 ../libs/openal-0.0.8/src/.libs 88 ${DEPENDENCY_DIR}/openal-1.1/lib 87 89 ) 88 90 ENDIF(${OPENAL_INCLUDE_DIR} MATCHES ".framework")
Note: See TracChangeset
for help on using the changeset viewer.