Fix coding style

This commit is contained in:
Dragos Carp 2016-08-06 17:50:42 +02:00
commit 18c7e125bf
28 changed files with 412 additions and 433 deletions

View file

@ -1,4 +1,4 @@
ADD_EXECUTABLE ( app_3 app_3.d )
INCLUDE_DIRECTORIES( app_3 ${PROJECT_SOURCE_DIR} )
TARGET_LINK_LIBRARIES ( app_3 lib_1 )
ADD_TEST( app_3 app_3 )
add_executable(app_3 app_3.d)
include_directories(app_3 ${PROJECT_SOURCE_DIR})
add_test(app_3 app_3)
target_link_libraries(app_3 lib_1)