mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-09-05 14:47:54 -04:00
Build either map65 or q65w, but not both.
This commit is contained in:
parent
f7421feb62
commit
dc69832745
@ -1420,13 +1420,12 @@ else (${OPENMP_FOUND} OR APPLE)
|
|||||||
endif (${OPENMP_FOUND} OR APPLE)
|
endif (${OPENMP_FOUND} OR APPLE)
|
||||||
|
|
||||||
if (WIN32)
|
if (WIN32)
|
||||||
# build map65
|
|
||||||
find_package (Portaudio REQUIRED)
|
find_package (Portaudio REQUIRED)
|
||||||
|
# build map65 OR q65w
|
||||||
# add_subdirectory (map65)
|
# add_subdirectory (map65)
|
||||||
add_subdirectory (q65w)
|
add_subdirectory (q65w)
|
||||||
endif ()
|
endif ()
|
||||||
|
|
||||||
|
|
||||||
# build the main application
|
# build the main application
|
||||||
generate_version_info (wsjtx_VERSION_RESOURCES
|
generate_version_info (wsjtx_VERSION_RESOURCES
|
||||||
NAME wsjtx
|
NAME wsjtx
|
||||||
|
1788
CMakeLists.txt.0
1788
CMakeLists.txt.0
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user