Book a Demo!
Store
Features
Docs
Share
Support
News
About
Policies
Sign Up
Sign In
Kitware
Edit Copy
Star
GitHub Repository:
Kitware/CMake
Path:
blob/master/Tests/CMakeCommands/target_link_libraries/cmp0022/cmp0022exe.cpp
3
1
6
5
views
1
2
#include "cmp0022lib.h"
3
4
int
main
(
void
)
5
{
6
return
cmp0022
(
)
.
Value
;
7
}
8
9