add_executable( forgetIt ./main.cpp ) find_package(LibXML++ REQUIRED) find_package(GTK3 REQUIRED) include_directories(${LibXML++_INCLUDE_DIRS} ${GTK3_INCLUDE_DIRS}) target_link_libraries(forgetIt ${LibXML++_LIBRARIES} ${GTK3_LIBRARIES}) set_property(GLOBAL PROPERTY LibXML++_INCLUDE_DIRS "${LibXML++_INCLUDE_DIRS}") set_property(GLOBAL PROPERTY LibXML++_LIBRARIES "${LibXML++_LIBRARIES}") add_subdirectory(./CryptClass/) add_subdirectory(./IOFileClass/) add_subdirectory(./ParserClass/)