packaged_task experiments report
This commit is contained in:
@@ -46,4 +46,7 @@ add_executable(block_choice experiments/block_choice.cpp)
|
||||
target_link_libraries(block_choice ${PIP_LIBRARY})
|
||||
|
||||
add_executable(smbusdata_crash_test experiments/smbusdata_crash_test.cpp)
|
||||
target_link_libraries(smbusdata_crash_test SMBricks_shared ${PIP_LIBRARY} ${PIP_CONCURRENT_LIBRARY} ${PIP_CRYPT_LIBRARY})
|
||||
target_link_libraries(smbusdata_crash_test SMBricks_shared ${PIP_LIBRARY} ${PIP_CONCURRENT_LIBRARY} ${PIP_CRYPT_LIBRARY})
|
||||
|
||||
add_executable(packaged_task experiments/packaged_task.cpp)
|
||||
target_link_libraries(packaged_task SMBricks_shared ${PIP_LIBRARY} ${PIP_CONCURRENT_LIBRARY} ${PIP_CRYPT_LIBRARY})
|
||||
Reference in New Issue
Block a user