mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-15 08:31:57 -05:00
Only build map65 on Windows
This commit is contained in:
parent
d97f6cb60c
commit
068a96a489
@ -1401,8 +1401,10 @@ else (${OPENMP_FOUND} OR APPLE)
|
|||||||
target_link_libraries (jt9 wsjt_fort wsjt_cxx fort_qt)
|
target_link_libraries (jt9 wsjt_fort wsjt_cxx fort_qt)
|
||||||
endif (${OPENMP_FOUND} OR APPLE)
|
endif (${OPENMP_FOUND} OR APPLE)
|
||||||
|
|
||||||
# build map65
|
if (WIN32)
|
||||||
add_subdirectory (map65)
|
# build map65
|
||||||
|
add_subdirectory (map65)
|
||||||
|
endif ()
|
||||||
|
|
||||||
# build the main application
|
# build the main application
|
||||||
generate_version_info (wsjtx_VERSION_RESOURCES
|
generate_version_info (wsjtx_VERSION_RESOURCES
|
||||||
|
Loading…
Reference in New Issue
Block a user