Miscellaneous changes

- Updates code style
- Adds some tags for future exception free work
- Fix utility client build scripts
This commit is contained in:
Peter Thorson
2015-07-23 07:53:31 -04:00
parent 0d7052d2ae
commit 3580530902
4 changed files with 17 additions and 31 deletions
-11
View File
@@ -1,11 +0,0 @@
file (GLOB SOURCE_FILES *.cpp)
file (GLOB HEADER_FILES *.hpp)
init_target (utility_client)
build_executable (${TARGET_NAME} ${SOURCE_FILES} ${HEADER_FILES})
link_boost ()
final_target ()