mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-24 13:32:22 +00:00
e293f80554
Enhance the CMake strucuture of thests Update documentation
6 lines
122 B
CMake
6 lines
122 B
CMake
target_include_directories(${PROJECT_NAME}
|
|
PUBLIC
|
|
${CMAKE_CURRENT_SOURCE_DIR}
|
|
)
|
|
|
|
add_subdirectory(TestHelpers) |