You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- Option ( CPPHIBERNATE_BUILD_SHARED
- "Build cpphibernate shared library"
- OFF )
- Option ( CPPHIBERNATE_DEBUG_OUTPUT
- "Enable debug output"
- OFF )
-
- If ( CPPHIBERNATE_DEBUG_OUTPUT )
- Add_Definitions ( -DCPPHIBERNATE_DEBUG )
- EndIf ( )
|