gearmulator

Emulation of classic VA synths of the late 90s/2000s that are based on Motorola 56300 family DSPs
Log | Files | Refs | Submodules | README | LICENSE

CMakeLists.txt (350B)


      1 # portmidi
      2 # Roger B. Dannenberg
      3 # 20 Sep 2009
      4 
      5 cmake_minimum_required(VERSION 3.10)
      6 
      7 PROJECT(portmidi)
      8 
      9 include_directories(pm_common porttime)
     10 add_subdirectory(pm_common)
     11 
     12 #add_subdirectory(pm_test)
     13 
     14 #add_subdirectory(pm_dylib)
     15 
     16 if(PMJAVA)
     17 	# Cannot figure out how to make an xcode Java application with CMake
     18     add_subdirectory(pm_java)
     19 endif()