Previous Les sources |
Parent Les sources du projet |
Outline | Next Le test unitaire |
1 |
add_library(accord_shadok SHARED accord_shadok.cpp) |
1 |
install(TARGETS accord_shadok LIBRARY DESTINATION ${LIBRARY_DIRECTORY} ARCHIVE DESTINATION ${LIBRARY_DIRECTORY}) |
1 2 3 |
add_library(accord_shadok SHARED accord_shadok.cpp) install(TARGETS accord_shadok LIBRARY DESTINATION ${LIBRARY_DIRECTORY} ARCHIVE DESTINATION ${LIBRARY_DIRECTORY}) |
Previous Les sources |
Parent Les sources du projet |
Outline | Next Le test unitaire |