Skip to content

Commit

Permalink
Fix some CMake linker problems.
Browse files Browse the repository at this point in the history
Commit bb1b407 missed linker errors
when the tests were disabled, so fixed them now. Reported by Spoffy and
Ivanovic.
  • Loading branch information
mordante committed Jun 13, 2014
1 parent 306bf0c commit 3f3461e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/CMakeLists.txt
Expand Up @@ -1040,6 +1040,7 @@ if(ENABLE_GAME)
wesnoth-core
wesnoth-lua
wesnoth-game
wesnoth-sdl
)
endif(ENABLE_TESTS)

Expand Down

0 comments on commit 3f3461e

Please sign in to comment.