← index
CMakeInfo/test04-shared/main.cpp
Source: CMakeInfo/test04-shared/main.cpp
#include"test_output.hpp"
int
main
(
)
{
sayHello
(
"HELLO WITH CMake"
)
;
return
0
;
}