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/cmp0022lib.cpp
3
1
6
5
views
1
2
#include "cmp0022lib.h"
3
4
CMP0022Iface
cmp0022
(
)
5
{
6
return
cmp0022iface
(
)
;
7
}
8
9