Fix coding style
This commit is contained in:
parent
f6a7f88f0b
commit
18c7e125bf
28 changed files with 412 additions and 433 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue