You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- include_directories(src)
- file (GLOB_RECURSE SOURCES src/*.cpp main.cpp)
- add_executable (load_and_run ${SOURCES})
-
- target_link_libraries (load_and_run megbrain)
- install (TARGETS load_and_run RUNTIME DESTINATION bin)
|