csound / csound_tilde

csound~ object for Max
GNU Lesser General Public License v3.0
17 stars 3 forks source link

Build error in Visual Studio 2019 #7

Closed merlinusambrosius closed 4 years ago

merlinusambrosius commented 4 years ago

Getting a couple errors when attempting to build in VS 2019:

CMake Error at C:\Users\Justin\Source\Repos\csound_tilde\CMakeLists.txt:128 (add_library):
  The target name "csound~" is reserved or not valid for certain CMake
  features, such as generator expressions, and may result in undefined
  behavior. csound  C:\Users\Justin\Source\Repos\csound_tilde\CMakeLists.txt    128 
CMake Error at C:\Users\Justin\Source\Repos\csound_tilde\CMakeLists.txt:129 (target_link_libraries):
  Cannot specify link libraries for target "csound~" which is not built by
  this project. csound  C:\Users\Justin\Source\Repos\csound_tilde\CMakeLists.txt    129 
vlazzarini commented 4 years ago

changed the name from csound6~.dll to csound6_tilde.dll