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/libgenex.cpp
3
1
5
3
views
1
2
#include "libgenex.h"
3
4
int
LibGenex::foo
(
)
5
{
6
return
0
;
7
}
8
9