Skip to content
Snippets Groups Projects
Select Git revision
  • 5969a7c537ee01e634c1823355edbb0a9db36575
  • master default protected
  • fullUD
  • movementInAction
4 results

CMakeLists.txt

  • CMakeLists.txt 134 B
    FILE(GLOB SOURCES src/*.cpp)
    
    #compiling library
    add_library(maca_common STATIC ${SOURCES})
    #target_link_libraries(maca_common dynet)