mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 03:50:05 +00:00
Splitting radar logic out of render layer into manager and view classes
This commit is contained in:
parent
59be110c10
commit
30fadcfbb6
12 changed files with 410 additions and 133 deletions
|
|
@ -37,13 +37,5 @@ target_compile_definitions(wxtest PRIVATE SCWX_TEST_DATA_DIR="${SCWX_DIR}/test/d
|
|||
|
||||
gtest_discover_tests(wxtest)
|
||||
|
||||
target_link_libraries(wxtest Boost::iostreams
|
||||
Boost::log
|
||||
BZip2::BZip2
|
||||
GTest::gtest
|
||||
hsluv-c
|
||||
target_link_libraries(wxtest GTest::gtest
|
||||
wxdata)
|
||||
|
||||
if (WIN32)
|
||||
target_link_libraries(wxtest Ws2_32)
|
||||
endif()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue