Skip to content

Commit

Permalink
add include_dir for enet_test
Browse files Browse the repository at this point in the history
  • Loading branch information
alextwothousand authored Aug 5, 2021
1 parent e16e91f commit d409d2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ endif()

if (ENET_TEST)
add_executable(enet_test test/build.c)
target_include_directories(enet_test PRIVATE ${PROJECT_SOURCE_DIR}/include)

if (WIN32)
target_link_libraries(enet_test PUBLIC winmm ws2_32)
Expand Down

0 comments on commit d409d2d

Please sign in to comment.