Annotation of hatari/tools/hmsa/CMakeLists.txt, revision 1.1.1.1

1.1       root        1: 
                      2: include_directories(${CMAKE_BINARY_DIR} ${CMAKE_SOURCE_DIR}/src/includes
                      3:                    ${CMAKE_SOURCE_DIR}/src/debug ${SDL_INCLUDE_DIR})
                      4: 
                      5: add_executable(hmsa hmsa.c floppy.c ../../src/file.c ../../src/unzip.c)
                      6: 
                      7: target_link_libraries(hmsa Floppy)
                      8: 
                      9: if(MATH_FOUND)
                     10:        target_link_libraries(hmsa ${MATH_LIBRARY})
                     11: endif(MATH_FOUND)
                     12: 
                     13: if(ZLIB_FOUND)
                     14:        target_link_libraries(hmsa ${ZLIB_LIBRARY})
                     15: endif(ZLIB_FOUND)
                     16: 
                     17: install(TARGETS hmsa RUNTIME DESTINATION ${BINDIR})

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.