Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Blame | Last modification | View Log | RSS feed

  1. # jp3d
  2.  
  3. # Headers file are located here:
  4. INCLUDE_DIRECTORIES(
  5.   ${CMAKE_CURRENT_SOURCE_DIR}/codec
  6.   ${CMAKE_CURRENT_SOURCE_DIR}/libjp3dvm
  7.   )
  8.  
  9.  
  10. SUBDIRS(
  11.   libjp3dvm
  12.   codec
  13. )
  14.  
  15.  
  16.