Skip to content

Commit

Permalink
Ignore generated files
Browse files Browse the repository at this point in the history
  • Loading branch information
SupSuper committed Mar 7, 2019
1 parent 3294c86 commit 1a66761
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@ saves/
# MSVC generated files end up in the source dir, we don't want to add them into git
game/state/gamestate_serialize_generated.cpp
game/state/gamestate_serialize_generated.h
game/state/luagamestate_support_generated.cpp
game/state/luagamestate_support_generated.h

OpenApoc.exe.lnk
OpenApoc.lnk
Expand Down
3 changes: 3 additions & 0 deletions game/state/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,9 @@ target_link_libraries(OpenApoc_GameState PUBLIC OpenApoc_Framework)

target_link_libraries(OpenApoc_GameState PUBLIC ${Boost_LIBRARIES}
Threads::Threads)
if (WIN32)
target_link_libraries(OpenApoc_GameState PUBLIC bcrypt)
endif()

target_link_libraries(OpenApoc_GameState PUBLIC OpenApoc_Lua)

Expand Down

0 comments on commit 1a66761

Please sign in to comment.