Files
composable_kernel/test/wrapper/CMakeLists.txt
Bartłomiej Kocot 836b7e557d Introduce wrapper library (#1071)
* Introduce wrapper library

* Update cmake files

* Revert "Update cmake files"

This reverts commit c27f88b565.

* Fix comments
2023-12-06 11:58:59 +01:00

3 lines
101 B
CMake

add_gtest_executable(test_layout test_layout.cpp)
target_link_libraries(test_layout PRIVATE utility)