Skip to content

Commit

Permalink
コンパイルテストをMinGW(CMake)に含める
Browse files Browse the repository at this point in the history
  • Loading branch information
berryzplus committed May 11, 2020
1 parent ca709bd commit bcd0f37
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin)
if(BUILD_GTEST)
add_subdirectory(googletest)
endif()
add_subdirectory(compiletests)
add_subdirectory(unittests)

# turn on solution folder
Expand Down

0 comments on commit bcd0f37

Please sign in to comment.