Changeset - r28669:e97f2b0812a7
[Not reviewed]
master
0 1 0
Biswapriyo Nath - 3 months ago 2024-02-04 08:52:05
nathbappai@gmail.com
Fix: [CMake] Link test executable with log library in Android (#11979)
1 file changed with 4 insertions and 0 deletions:
0 comments (0 inline, 0 general)
CMakeLists.txt
Show inline comments
 
@@ -288,6 +288,10 @@ target_link_libraries(openttd
 
)
 

	
 
target_link_libraries(openttd_test PRIVATE openttd_lib)
 
if(ANDROID)
 
    target_link_libraries(openttd_test PRIVATE log)
 
endif()
 

	
 
include(Catch)
 
catch_discover_tests(openttd_test)
 

	
0 comments (0 inline, 0 general)