remove test exe
This commit is contained in:
parent
dcce9b2726
commit
28dfa9f02f
1 changed files with 2 additions and 2 deletions
|
|
@ -148,8 +148,8 @@ set( BOOST_LIBRARIES ${BOOST_LIBRARIES} PARENT_SCOPE )
|
|||
|
||||
#add_executable( test_compress tests/compress.cpp )
|
||||
#target_link_libraries( test_compress fc ${BOOST_LIBRARIES} )
|
||||
add_executable( test_aes tests/aes_test.cpp )
|
||||
target_link_libraries( test_aes ${pthread_library} ${rt_library} fc ${BOOST_LIBRARIES} ${rt_library} ${pthread_library} ${BOOST_LIBRARIES} )
|
||||
#add_executable( test_aes tests/aes_test.cpp )
|
||||
#target_link_libraries( test_aes ${pthread_library} ${rt_library} fc ${BOOST_LIBRARIES} ${rt_library} ${pthread_library} ${BOOST_LIBRARIES} )
|
||||
#add_executable( test_sleep tests/sleep.cpp )
|
||||
#target_link_libraries( test_sleep fc ${BOOST_LIBRARIES} )
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue