QTfrontend/CMakeLists.txt
changeset 2229 081081a61a16
parent 2219 07f5345ecae7
child 2230 d6963f72d21a
equal deleted inserted replaced
2228:7f4613bae01a 2229:081081a61a16
   174 #since openalbridge is linked statically with non-m$ compilers we need to explicitly link dependencies
   174 #since openalbridge is linked statically with non-m$ compilers we need to explicitly link dependencies
   175 #moreover in windows they need to be compiled in a particular order
   175 #moreover in windows they need to be compiled in a particular order
   176 if(NOT MSVC AND NOT APPLE)
   176 if(NOT MSVC AND NOT APPLE)
   177 	set(HW_LINK_LIBS
   177 	set(HW_LINK_LIBS
   178 		${OPENAL_LIBRARY}
   178 		${OPENAL_LIBRARY}
       
   179 		${VORBIS_LIBRARY}
   179 		${VORBISFILE_LIBRARY}
   180 		${VORBISFILE_LIBRARY}
   180 		${VORBIS_LIBRARY}
       
   181 		${OGG_LIBRARY}
   181 		${OGG_LIBRARY}
   182 		${HW_LINK_LIBS}
   182 		${HW_LINK_LIBS}
   183 		)
   183 		)
   184 endif(NOT MSVC AND NOT APPLE)
   184 endif(NOT MSVC AND NOT APPLE)
   185 #no vorbisfile required here
   185 #no vorbisfile required here