Skip to content

Commit

Permalink
Added airport to CMakeLists.txt.
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] authored and [email protected] committed Nov 15, 2010
1 parent a0fd307 commit e4fddbc
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
1 change: 1 addition & 0 deletions ross/models/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
ADD_SUBDIRECTORY(airport)
ADD_SUBDIRECTORY(phold)
ADD_SUBDIRECTORY(pcs)
# ADD_SUBDIRECTORY(bittorrent)
Expand Down
8 changes: 8 additions & 0 deletions ross/models/airport/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
INCLUDE_DIRECTORIES(${ROSS_SOURCE_DIR})

SET(airport_srcs
airport.c airport.h)

ADD_EXECUTABLE(airport ${airport_srcs})

TARGET_LINK_LIBRARIES(airport ROSS m)
2 changes: 1 addition & 1 deletion ross/models/airport/airport.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include <airport.h>
#include "airport.h"

/*
airport.c
Expand Down

0 comments on commit e4fddbc

Please sign in to comment.