Skip to content

Commit

Permalink
Add c langage for pthread
Browse files Browse the repository at this point in the history
  • Loading branch information
Ludovic Mussier committed Oct 20, 2016
1 parent a9b4a26 commit b1be3e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if(NOT DEFINED CMAKE_BUILD_TYPE OR CMAKE_BUILD_TYPE STREQUAL "")
set(CMAKE_BUILD_TYPE Debug CACHE STRING "Build type")
endif()

project(myLib VERSION 1.0.0 LANGUAGES CXX)
project(myLib VERSION 1.0.0 LANGUAGES C CXX)

enable_testing()

Expand Down

0 comments on commit b1be3e5

Please sign in to comment.