Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Not sure if this is still needed (it's definitely unneeded in CMake 2…
….8).
  • Loading branch information
icculus committed Feb 3, 2010
1 parent 35ed8dd commit 12ad382
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Expand Up @@ -407,6 +407,7 @@ ELSE(NOT SWIG)
LINK_FLAGS "${_EXTRALDFLAGS}"
LIBRARY_OUTPUT_NAME "physfs"
LIBRARY_OUTPUT_DIRECTORY "${_TARGETDIR}"
CLEAN_DIRECT_OUTPUT 1
)
INSTALL(TARGETS ${_TARGET} LIBRARY DESTINATION "${_INSTALLPATH}")
MESSAGE(STATUS "${_LANG} bindings configured!")
Expand Down

0 comments on commit 12ad382

Please sign in to comment.