Hopefully final tidy up.

This commit is contained in:
counterpoint
2015-06-23 14:58:53 +01:00
parent 0c98a318dd
commit 09fdb0a2c2
13 changed files with 87 additions and 68 deletions

View File

@ -1,2 +1,2 @@
add_library(utils skygw_utils.cc)
add_library(utils skygw_utils.cc ../server/core/atomic.c)
target_link_libraries(utils stdc++)