Warning, /graphics/kst-plot/tests/datasources/ascii/CMakeLists.txt is written in an unsupported language. File is not indexed.
0001 0002 0003 kst_init_plugin(src/datasources datasource) 0004 0005 if(MSVC OR MINGW) 0006 add_definitions(-DKST_USE_KST_ATOF) 0007 endif() 0008 0009 include_directories(${kst_dir}/src/datasources/ascii) 0010 0011 kst_add_plugin_lib(. ascii) 0012 set_target_properties(kst2_datasource_ascii_lib PROPERTIES COMPILE_DEFINITIONS KST_SMALL_PRREALLOC) 0013 kst_init(test_asciisource "") 0014 kst_add_test(${kst_dir}/tests/datasources/ascii/asciifilebuffertest.cpp) 0015 kst_link(kst2_datasource_ascii_lib ${libcore} ${libmath} ${libwidgets}) 0016 0017 kst_init(test_asciiatof "") 0018 kst_add_test(${kst_dir}/tests/datasources/ascii/asciiatoftest.cpp) 0019 kst_link(kst2_datasource_ascii_lib ${libcore} ${libmath} ${libwidgets}) 0020 0021 kst_init(asciifilegenerator "") 0022 kst_add_files(${kst_dir}/tests/datasources/ascii/asciifilegenerator.cpp) 0023 kst_add_executable() 0024 kst_link(${QT_QTCORE_LIBRARY})