This website requires JavaScript.
Explore
Help
Sign In
generic-library
/
poco
Watch
1
Star
0
Fork
0
You've already forked poco
mirror of
https://github.com/pocoproject/poco.git
synced
2025-01-15 15:21:03 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
poco
/
NetSSL_OpenSSL
/
samples
/
CMakeLists.txt
4 lines
90 B
CMake
Raw
Normal View
History
Unescape
Escape
added cmake support
2012-06-26 12:37:02 +00:00
add_subdirectory
(
HTTPSTimeServer
)
add_subdirectory
(
download
)
cmake: Cleanup CMakeLists.txt for all components - Add missing CMakeLists.txt - Use POCO_ macros to improve code structure in XCode/VisualStudio - Better ODBC detection - Remove unnecessary commented out code The CMake documentation recommends explicitly listing source files, but because CMake is not the primary build system GLOB patterns are used for the moment.
2014-08-22 17:10:24 +02:00
add_subdirectory
(
Mail
)
Reference in New Issue
Copy Permalink