Skip to content

Commit

Permalink
remove subdir test
Browse files Browse the repository at this point in the history
  • Loading branch information
kajisha committed Jul 14, 2015
1 parent b855355 commit 982483d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin)
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -std=gnu11 -Wall -g")

add_subdirectory(src)
add_subdirectory(test)

add_executable(server src/main.c)
target_link_libraries(server ezhttpd)

0 comments on commit 982483d

Please sign in to comment.