comparison Applications/StoneWebViewer/WebAssembly/CMakeLists.txt @ 2049:85ab86f10d01 deep-learning

reorganization
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 16 Mar 2023 21:28:22 +0100
parents a05b03f45289
children d4e769a0961f
comparison
equal deleted inserted replaced
2048:a05b03f45289 2049:85ab86f10d01
135 135
136 add_executable(StoneWebViewer 136 add_executable(StoneWebViewer
137 ${ORTHANC_STONE_SOURCES} 137 ${ORTHANC_STONE_SOURCES}
138 ${AUTOGENERATED_SOURCES} 138 ${AUTOGENERATED_SOURCES}
139 ${PROTOBUF_SOURCES} # TODO 139 ${PROTOBUF_SOURCES} # TODO
140 ${CMAKE_SOURCE_DIR}/deep-learning/WebAssembly/Worker.pb.cc # TODO 140 ${CMAKE_SOURCE_DIR}/Worker.pb.cc # TODO
141 StoneWebViewer.cpp 141 StoneWebViewer.cpp
142 ) 142 )
143 143
144 set_target_properties(StoneWebViewer 144 set_target_properties(StoneWebViewer
145 PROPERTIES 145 PROPERTIES