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
/
RunCMake
/
VS10Project
/
NoImpLib.cmake
blob: 2c11eac60efe1b32c9c48991fd8ecf96f5f7e7b7 (
plain
)
1
2
3
enable_language(C) set(CMAKE_IMPORT_LIBRARY_SUFFIX "") add_library(foo SHARED empty.c)