Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 13, 2009, 10:16:19 AM (16 years ago)
Author:
rgrieder
Message:
  • Using REGEX "…" EXCLCUDE in INSTALL avoids a call to FILE(GLOB) (quite slow) at CMake (instead of install) time
  • Excluded audio target again (linker tests were successfull so far)
  • Removed unexplainable code I once inserted in cpptcl.cc, didn't experience the problem anymore (was weird behaviour anyway)
  • Sorting out some library depdencies (just a detail)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/buildsystem2/src/audio/CMakeLists.txt

    r2634 r2652  
    3737ADD_COMPILER_FLAGS("-w44244" MSVC)
    3838
    39 ADD_LIBRARY( audio SHARED ${AUDIO_FILES})
     39ADD_LIBRARY(audio SHARED ${AUDIO_FILES})
    4040SET_TARGET_PROPERTIES(audio PROPERTIES DEFINE_SYMBOL "AUDIO_SHARED_BUILD")
    41 TARGET_LINK_LIBRARIES( audio
     41TARGET_LINK_LIBRARIES(audio
    4242  ${OPENAL_LIBRARY}
    4343  ${ALUT_LIBRARY}
Note: See TracChangeset for help on using the changeset viewer.