mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-03 21:00:01 -05:00
71a505870c
Do some basic unit tests for "codemodel", "cmakeInputs" and "cache" commands of the cmake server. This just calls the commands right now and makes sure the server thinks it can reply to the request. The data itself is currently not validated.
6 lines
67 B
CMake
6 lines
67 B
CMake
set(bar4 something)
|
|
|
|
set(bar5 more)
|
|
|
|
add_executable(ooo empty.cpp)
|