Skip to content
This repository has been archived by the owner on Dec 31, 2020. It is now read-only.

Commit

Permalink
Include gnuwin32 directory properly.
Browse files Browse the repository at this point in the history
  • Loading branch information
castano committed Aug 20, 2008
1 parent 0515d9a commit ad85b0f
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 @@ -19,5 +19,5 @@ MESSAGE(STATUS " Compiler Flags: ${CMAKE_CXX_FLAGS}")
ADD_SUBDIRECTORY(src)

IF(WIN32)
ADD_SUBDIRECTORY(gnuwin32)
ADD_SUBDIRECTORY(extern/gnuwin32)
ENDIF(WIN32)

0 comments on commit ad85b0f

Please sign in to comment.