index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Tests
/
CMakeCommands
/
target_link_directories
/
LinkDirectoriesLib.c
blob: 9bbd24cd8b2c07c7a6fa536b2c79704df59b5faa (
plain
)
1
2
3
4
5
6
7
#if defined(_WIN32)
__declspec
(
dllexport
)
#endif
int
flags_lib
(
void
)
{
return
0
;
}