Warning, /libraries/qca/examples/md5crypt/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 set(md5crypt_bin_SRCS md5crypt.cpp)  
0002 
0003 add_executable(md5crypt ${md5crypt_bin_SRCS})
0004 
0005 target_link_qca_libraries(md5crypt)
0006 
0007 #add "crypt" to the libs if you are trying the crypt() equivalent