diff options
Diffstat (limited to 'src/tools/jalv2/CMakeLists.txt')
-rw-r--r-- | src/tools/jalv2/CMakeLists.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/tools/jalv2/CMakeLists.txt b/src/tools/jalv2/CMakeLists.txt new file mode 100644 index 0000000..fdad9bc --- /dev/null +++ b/src/tools/jalv2/CMakeLists.txt @@ -0,0 +1,15 @@ +include_directories( + ${CMAKE_CURRENT_BINARY_DIR} +) + + +##### subfolders + +add_subdirectory( gui ) + + +##### libjalv2 (static) + +tde_add_library( jalv2 STATIC_PIC AUTOMOC + SOURCES jalv2_compile.cpp jalv2_config.cpp jalv2.cpp +) |